@wix/automations 1.0.0 → 1.0.1
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.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/automations_activations": "1.0.
|
|
21
|
+
"@wix/automations_activations": "1.0.1"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@wix/sdk": "https://cdn.dev.wixpress.com/@wix/sdk/02e8069ab2fd783e0e6a080fc7d590e76cb26ab93c8389574286305b.tar.gz",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"fqdn": ""
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"falconPackageHash": "
|
|
46
|
+
"falconPackageHash": "f0c42f8903bf1086d84e2a85883e16df90579831b07cd73911689f97"
|
|
47
47
|
}
|
|
@@ -1368,9 +1368,14 @@ interface ExecuteFromActionRequest {
|
|
|
1368
1368
|
scheduleId?: string | null;
|
|
1369
1369
|
/** Optional - an external entity id that this execution is related to */
|
|
1370
1370
|
externalEntityId?: string | null;
|
|
1371
|
+
/** Optional - Activation automation */
|
|
1372
|
+
automation?: Automation;
|
|
1371
1373
|
}
|
|
1372
1374
|
interface ExecuteFromActionResponse {
|
|
1373
1375
|
}
|
|
1376
|
+
interface UndeleteInfo {
|
|
1377
|
+
deletedDate?: Date;
|
|
1378
|
+
}
|
|
1374
1379
|
interface ActivationScheduleCompleted {
|
|
1375
1380
|
/** Activation identifier */
|
|
1376
1381
|
_id?: string;
|
|
@@ -1728,6 +1733,7 @@ type index_d_Trigger = Trigger;
|
|
|
1728
1733
|
type index_d_TriggerInfo = TriggerInfo;
|
|
1729
1734
|
type index_d_Type = Type;
|
|
1730
1735
|
declare const index_d_Type: typeof Type;
|
|
1736
|
+
type index_d_UndeleteInfo = UndeleteInfo;
|
|
1731
1737
|
type index_d_Units = Units;
|
|
1732
1738
|
declare const index_d_Units: typeof Units;
|
|
1733
1739
|
type index_d_UpdatePendingSchedulesPayloadRequest = UpdatePendingSchedulesPayloadRequest;
|
|
@@ -1744,7 +1750,7 @@ declare const index_d_cancelEvent: typeof cancelEvent;
|
|
|
1744
1750
|
declare const index_d_onActivationStatusChanged: typeof onActivationStatusChanged;
|
|
1745
1751
|
declare const index_d_reportEvent: typeof reportEvent;
|
|
1746
1752
|
declare namespace index_d {
|
|
1747
|
-
export { type index_d_Action as Action, type index_d_ActionActionOneOf as ActionActionOneOf, type index_d_ActionCompletedRequest as ActionCompletedRequest, type index_d_ActionData as ActionData, type index_d_ActionEvent as ActionEvent, type index_d_ActionSettings as ActionSettings, type index_d_ActionStatus as ActionStatus, type index_d_ActionsData as ActionsData, type index_d_Activation as Activation, type index_d_ActivationActionStatusChanged as ActivationActionStatusChanged, index_d_ActivationActionStatusChangedStatus as ActivationActionStatusChangedStatus, type index_d_ActivationActionStatusChangedStatusInfoOneOf as ActivationActionStatusChangedStatusInfoOneOf, type index_d_ActivationContinuedAfterSchedule as ActivationContinuedAfterSchedule, type index_d_ActivationRequest as ActivationRequest, type index_d_ActivationResumeAfterDelay as ActivationResumeAfterDelay, type index_d_ActivationScheduleCompleted as ActivationScheduleCompleted, type index_d_ActivationScheduleRequested as ActivationScheduleRequested, type index_d_ActivationSource as ActivationSource, type index_d_ActivationSourceOfOneOf as ActivationSourceOfOneOf, type index_d_ActivationStatus as ActivationStatus, type index_d_ActivationStatusChanged as ActivationStatusChanged, type index_d_ActivationStatusChangedEnvelope as ActivationStatusChangedEnvelope, type index_d_ActivationStatusChangedFailedStatusInfo as ActivationStatusChangedFailedStatusInfo, index_d_ActivationStatusChangedStatus as ActivationStatusChangedStatus, type index_d_ActivationStatusChangedStatusInfoOneOf as ActivationStatusChangedStatusInfoOneOf, type index_d_AppDefinedAction as AppDefinedAction, type index_d_AppDefinedActionInfo as AppDefinedActionInfo, type index_d_ApplicationError as ApplicationError, type index_d_ApplicationOrigin as ApplicationOrigin, type index_d_AsyncAction as AsyncAction, 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_AutomationConfigurationAction as AutomationConfigurationAction, type index_d_AutomationConfigurationActionInfoOneOf as AutomationConfigurationActionInfoOneOf, index_d_AutomationConfigurationStatus as AutomationConfigurationStatus, type index_d_AutomationIdentifier as AutomationIdentifier, type index_d_AutomationInfo as AutomationInfo, type index_d_AutomationInfoOriginInfoOneOf as AutomationInfoOriginInfoOneOf, type index_d_AutomationOriginInfoOneOf as AutomationOriginInfoOneOf, type index_d_AutomationSettings as AutomationSettings, type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_BatchActivationRequest as BatchActivationRequest, index_d_BlockType as BlockType, type index_d_BulkActionMetadata as BulkActionMetadata, type index_d_BulkCancelEventOptions as BulkCancelEventOptions, type index_d_BulkCancelEventRequest as BulkCancelEventRequest, type index_d_BulkCancelEventResponse as BulkCancelEventResponse, type index_d_BulkCancelEventResponseNonNullableFields as BulkCancelEventResponseNonNullableFields, type index_d_BulkCancelEventResult as BulkCancelEventResult, type index_d_BulkReportEventOptions as BulkReportEventOptions, type index_d_BulkReportEventRequest as BulkReportEventRequest, type index_d_BulkReportEventResponse as BulkReportEventResponse, type index_d_BulkReportEventResponseNonNullableFields as BulkReportEventResponseNonNullableFields, type index_d_BulkReportEventResult as BulkReportEventResult, type index_d_CancelEventOptions as CancelEventOptions, type index_d_CancelEventRequest as CancelEventRequest, type index_d_CancelEventResponse as CancelEventResponse, type index_d_CancelPendingScheduleRequest as CancelPendingScheduleRequest, type index_d_CancelPendingScheduleRequestByOneOf as CancelPendingScheduleRequestByOneOf, type index_d_CancelPendingScheduleResponse as CancelPendingScheduleResponse, index_d_CancellationReason as CancellationReason, type index_d_CancelledStatusInfo as CancelledStatusInfo, type index_d_Case as Case, type index_d_ConditionAction as ConditionAction, type index_d_ConditionActionInfo as ConditionActionInfo, type index_d_ConditionBlock as ConditionBlock, type index_d_ConditionExpressionGroup as ConditionExpressionGroup, type index_d_ConditionFilter as ConditionFilter, type index_d_Delay as Delay, type index_d_DelayAction as DelayAction, type index_d_DelayActionInfo as DelayActionInfo, type index_d_DelayHelper as DelayHelper, type index_d_DelayOfOneOf as DelayOfOneOf, type index_d_DomainEvent as DomainEvent, type index_d_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d_Empty as Empty, type index_d_EndedStatusInfo as EndedStatusInfo, type index_d_EndedStatusInfoTypeInfoOneOf as EndedStatusInfoTypeInfoOneOf, type index_d_EntityCreatedEvent as EntityCreatedEvent, type index_d_EntityDeletedEvent as EntityDeletedEvent, type index_d_EntityUpdatedEvent as EntityUpdatedEvent, type index_d_EventInfo as EventInfo, type index_d_EventMetadata as EventMetadata, type index_d_ExecuteFromActionRequest as ExecuteFromActionRequest, type index_d_ExecuteFromActionResponse as ExecuteFromActionResponse, type index_d_ExpressionEvaluationResult as ExpressionEvaluationResult, type index_d_FailedStatusInfo as FailedStatusInfo, type index_d_Filter as Filter, type index_d_FutureDateActivationOffset as FutureDateActivationOffset, type index_d_Idempotency as Idempotency, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, index_d_IdentifierType as IdentifierType, type index_d_Identity as Identity, type index_d_IfFilter as IfFilter, type index_d_InitiatedStatusInfo as InitiatedStatusInfo, type index_d_ItemMetadata as ItemMetadata, type index_d_MessageEnvelope as MessageEnvelope, index_d_Operator as Operator, index_d_Origin as Origin, type index_d_Output as Output, type index_d_OutputAction as OutputAction, type index_d_PreinstalledIdentifier as PreinstalledIdentifier, type index_d_PreinstalledOrigin as PreinstalledOrigin, type index_d_RateLimitAction as RateLimitAction, type index_d_RateLimitActionInfo as RateLimitActionInfo, type index_d_RateLimiting as RateLimiting, type index_d_RefreshPayloadRequest as RefreshPayloadRequest, type index_d_RefreshPayloadResponse as RefreshPayloadResponse, type index_d_ReportDomainEventRequest as ReportDomainEventRequest, type index_d_ReportDomainEventResponse as ReportDomainEventResponse, type index_d_ReportEventOptions as ReportEventOptions, type index_d_ReportEventRequest as ReportEventRequest, type index_d_ReportEventResponse as ReportEventResponse, type index_d_ReportEventResponseNonNullableFields as ReportEventResponseNonNullableFields, type index_d_RunAutomationRequest as RunAutomationRequest, type index_d_RunAutomationResponse as RunAutomationResponse, type index_d_Runtime as Runtime, type index_d_Schedule as Schedule, type index_d_ScheduleRequest as ScheduleRequest, type index_d_ScheduleResponse as ScheduleResponse, index_d_ScheduleStatus as ScheduleStatus, type index_d_ScheduledAction as ScheduledAction, type index_d_ScheduledStatusInfo as ScheduledStatusInfo, type index_d_Scheduler as Scheduler, type index_d_Service as Service, type index_d_ServiceMapping as ServiceMapping, type index_d_SimpleDelay as SimpleDelay, type index_d_SpiAction as SpiAction, type index_d_StartedStatusInfo as StartedStatusInfo, type index_d_StartedStatusInfoAppDefinedActionInfo as StartedStatusInfoAppDefinedActionInfo, type index_d_StartedStatusInfoTypeInfoOneOf as StartedStatusInfoTypeInfoOneOf, index_d_Status as Status, type index_d_SwitchFilter as SwitchFilter, type index_d_SystemHelper as SystemHelper, type index_d_SystemHelperHelperOneOf as SystemHelperHelperOneOf, index_d_Target as Target, index_d_TimeUnit as TimeUnit, type index_d_Trigger as Trigger, type index_d_TriggerInfo as TriggerInfo, index_d_Type as Type, index_d_Units as Units, type index_d_UpdatePendingSchedulesPayloadRequest as UpdatePendingSchedulesPayloadRequest, type index_d_UpdatePendingSchedulesPayloadResponse as UpdatePendingSchedulesPayloadResponse, type index_d_V1RunAutomationRequest as V1RunAutomationRequest, type index_d_V1RunAutomationRequestIdentifierOneOf as V1RunAutomationRequestIdentifierOneOf, type index_d_V1RunAutomationResponse as V1RunAutomationResponse, index_d_WebhookIdentityType as WebhookIdentityType, index_d___metadata as __metadata, index_d_bulkCancelEvent as bulkCancelEvent, index_d_bulkReportEvent as bulkReportEvent, index_d_cancelEvent as cancelEvent, index_d_onActivationStatusChanged as onActivationStatusChanged, index_d_reportEvent as reportEvent };
|
|
1753
|
+
export { type index_d_Action as Action, type index_d_ActionActionOneOf as ActionActionOneOf, type index_d_ActionCompletedRequest as ActionCompletedRequest, type index_d_ActionData as ActionData, type index_d_ActionEvent as ActionEvent, type index_d_ActionSettings as ActionSettings, type index_d_ActionStatus as ActionStatus, type index_d_ActionsData as ActionsData, type index_d_Activation as Activation, type index_d_ActivationActionStatusChanged as ActivationActionStatusChanged, index_d_ActivationActionStatusChangedStatus as ActivationActionStatusChangedStatus, type index_d_ActivationActionStatusChangedStatusInfoOneOf as ActivationActionStatusChangedStatusInfoOneOf, type index_d_ActivationContinuedAfterSchedule as ActivationContinuedAfterSchedule, type index_d_ActivationRequest as ActivationRequest, type index_d_ActivationResumeAfterDelay as ActivationResumeAfterDelay, type index_d_ActivationScheduleCompleted as ActivationScheduleCompleted, type index_d_ActivationScheduleRequested as ActivationScheduleRequested, type index_d_ActivationSource as ActivationSource, type index_d_ActivationSourceOfOneOf as ActivationSourceOfOneOf, type index_d_ActivationStatus as ActivationStatus, type index_d_ActivationStatusChanged as ActivationStatusChanged, type index_d_ActivationStatusChangedEnvelope as ActivationStatusChangedEnvelope, type index_d_ActivationStatusChangedFailedStatusInfo as ActivationStatusChangedFailedStatusInfo, index_d_ActivationStatusChangedStatus as ActivationStatusChangedStatus, type index_d_ActivationStatusChangedStatusInfoOneOf as ActivationStatusChangedStatusInfoOneOf, type index_d_AppDefinedAction as AppDefinedAction, type index_d_AppDefinedActionInfo as AppDefinedActionInfo, type index_d_ApplicationError as ApplicationError, type index_d_ApplicationOrigin as ApplicationOrigin, type index_d_AsyncAction as AsyncAction, 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_AutomationConfigurationAction as AutomationConfigurationAction, type index_d_AutomationConfigurationActionInfoOneOf as AutomationConfigurationActionInfoOneOf, index_d_AutomationConfigurationStatus as AutomationConfigurationStatus, type index_d_AutomationIdentifier as AutomationIdentifier, type index_d_AutomationInfo as AutomationInfo, type index_d_AutomationInfoOriginInfoOneOf as AutomationInfoOriginInfoOneOf, type index_d_AutomationOriginInfoOneOf as AutomationOriginInfoOneOf, type index_d_AutomationSettings as AutomationSettings, type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_BatchActivationRequest as BatchActivationRequest, index_d_BlockType as BlockType, type index_d_BulkActionMetadata as BulkActionMetadata, type index_d_BulkCancelEventOptions as BulkCancelEventOptions, type index_d_BulkCancelEventRequest as BulkCancelEventRequest, type index_d_BulkCancelEventResponse as BulkCancelEventResponse, type index_d_BulkCancelEventResponseNonNullableFields as BulkCancelEventResponseNonNullableFields, type index_d_BulkCancelEventResult as BulkCancelEventResult, type index_d_BulkReportEventOptions as BulkReportEventOptions, type index_d_BulkReportEventRequest as BulkReportEventRequest, type index_d_BulkReportEventResponse as BulkReportEventResponse, type index_d_BulkReportEventResponseNonNullableFields as BulkReportEventResponseNonNullableFields, type index_d_BulkReportEventResult as BulkReportEventResult, type index_d_CancelEventOptions as CancelEventOptions, type index_d_CancelEventRequest as CancelEventRequest, type index_d_CancelEventResponse as CancelEventResponse, type index_d_CancelPendingScheduleRequest as CancelPendingScheduleRequest, type index_d_CancelPendingScheduleRequestByOneOf as CancelPendingScheduleRequestByOneOf, type index_d_CancelPendingScheduleResponse as CancelPendingScheduleResponse, index_d_CancellationReason as CancellationReason, type index_d_CancelledStatusInfo as CancelledStatusInfo, type index_d_Case as Case, type index_d_ConditionAction as ConditionAction, type index_d_ConditionActionInfo as ConditionActionInfo, type index_d_ConditionBlock as ConditionBlock, type index_d_ConditionExpressionGroup as ConditionExpressionGroup, type index_d_ConditionFilter as ConditionFilter, type index_d_Delay as Delay, type index_d_DelayAction as DelayAction, type index_d_DelayActionInfo as DelayActionInfo, type index_d_DelayHelper as DelayHelper, type index_d_DelayOfOneOf as DelayOfOneOf, type index_d_DomainEvent as DomainEvent, type index_d_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d_Empty as Empty, type index_d_EndedStatusInfo as EndedStatusInfo, type index_d_EndedStatusInfoTypeInfoOneOf as EndedStatusInfoTypeInfoOneOf, type index_d_EntityCreatedEvent as EntityCreatedEvent, type index_d_EntityDeletedEvent as EntityDeletedEvent, type index_d_EntityUpdatedEvent as EntityUpdatedEvent, type index_d_EventInfo as EventInfo, type index_d_EventMetadata as EventMetadata, type index_d_ExecuteFromActionRequest as ExecuteFromActionRequest, type index_d_ExecuteFromActionResponse as ExecuteFromActionResponse, type index_d_ExpressionEvaluationResult as ExpressionEvaluationResult, type index_d_FailedStatusInfo as FailedStatusInfo, type index_d_Filter as Filter, type index_d_FutureDateActivationOffset as FutureDateActivationOffset, type index_d_Idempotency as Idempotency, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, index_d_IdentifierType as IdentifierType, type index_d_Identity as Identity, type index_d_IfFilter as IfFilter, type index_d_InitiatedStatusInfo as InitiatedStatusInfo, type index_d_ItemMetadata as ItemMetadata, type index_d_MessageEnvelope as MessageEnvelope, index_d_Operator as Operator, index_d_Origin as Origin, type index_d_Output as Output, type index_d_OutputAction as OutputAction, type index_d_PreinstalledIdentifier as PreinstalledIdentifier, type index_d_PreinstalledOrigin as PreinstalledOrigin, type index_d_RateLimitAction as RateLimitAction, type index_d_RateLimitActionInfo as RateLimitActionInfo, type index_d_RateLimiting as RateLimiting, type index_d_RefreshPayloadRequest as RefreshPayloadRequest, type index_d_RefreshPayloadResponse as RefreshPayloadResponse, type index_d_ReportDomainEventRequest as ReportDomainEventRequest, type index_d_ReportDomainEventResponse as ReportDomainEventResponse, type index_d_ReportEventOptions as ReportEventOptions, type index_d_ReportEventRequest as ReportEventRequest, type index_d_ReportEventResponse as ReportEventResponse, type index_d_ReportEventResponseNonNullableFields as ReportEventResponseNonNullableFields, type index_d_RunAutomationRequest as RunAutomationRequest, type index_d_RunAutomationResponse as RunAutomationResponse, type index_d_Runtime as Runtime, type index_d_Schedule as Schedule, type index_d_ScheduleRequest as ScheduleRequest, type index_d_ScheduleResponse as ScheduleResponse, index_d_ScheduleStatus as ScheduleStatus, type index_d_ScheduledAction as ScheduledAction, type index_d_ScheduledStatusInfo as ScheduledStatusInfo, type index_d_Scheduler as Scheduler, type index_d_Service as Service, type index_d_ServiceMapping as ServiceMapping, type index_d_SimpleDelay as SimpleDelay, type index_d_SpiAction as SpiAction, type index_d_StartedStatusInfo as StartedStatusInfo, type index_d_StartedStatusInfoAppDefinedActionInfo as StartedStatusInfoAppDefinedActionInfo, type index_d_StartedStatusInfoTypeInfoOneOf as StartedStatusInfoTypeInfoOneOf, index_d_Status as Status, type index_d_SwitchFilter as SwitchFilter, type index_d_SystemHelper as SystemHelper, type index_d_SystemHelperHelperOneOf as SystemHelperHelperOneOf, index_d_Target as Target, index_d_TimeUnit as TimeUnit, type index_d_Trigger as Trigger, type index_d_TriggerInfo as TriggerInfo, index_d_Type as Type, type index_d_UndeleteInfo as UndeleteInfo, index_d_Units as Units, type index_d_UpdatePendingSchedulesPayloadRequest as UpdatePendingSchedulesPayloadRequest, type index_d_UpdatePendingSchedulesPayloadResponse as UpdatePendingSchedulesPayloadResponse, type index_d_V1RunAutomationRequest as V1RunAutomationRequest, type index_d_V1RunAutomationRequestIdentifierOneOf as V1RunAutomationRequestIdentifierOneOf, type index_d_V1RunAutomationResponse as V1RunAutomationResponse, index_d_WebhookIdentityType as WebhookIdentityType, index_d___metadata as __metadata, index_d_bulkCancelEvent as bulkCancelEvent, index_d_bulkReportEvent as bulkReportEvent, index_d_cancelEvent as cancelEvent, index_d_onActivationStatusChanged as onActivationStatusChanged, index_d_reportEvent as reportEvent };
|
|
1748
1754
|
}
|
|
1749
1755
|
|
|
1750
1756
|
export { index_d as activations };
|