@wix/automations 1.0.6 → 1.0.8

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.6",
3
+ "version": "1.0.8",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,8 +18,8 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/automations_activations": "1.0.4",
22
- "@wix/automations_automations-service": "1.0.1"
21
+ "@wix/automations_activations": "1.0.5",
22
+ "@wix/automations_automations-service": "1.0.2"
23
23
  },
24
24
  "devDependencies": {
25
25
  "glob": "^10.4.1",
@@ -43,5 +43,5 @@
43
43
  "fqdn": ""
44
44
  }
45
45
  },
46
- "falconPackageHash": "cdc8b7ebe76acd79afad5f65afd9ffe0fc65b5611e7f296617073e6c"
46
+ "falconPackageHash": "1e992daba8b6c8a6ec2b6c1c2e8a4fe241861a1a3f5f3013a08eff14"
47
47
  }
@@ -241,7 +241,7 @@ interface ExtendedFields {
241
241
  */
242
242
  namespaces?: Record<string, Record<string, any>>;
243
243
  }
244
- interface UnprocessedTargetEvent {
244
+ interface UnprocessedTargetEvent$1 {
245
245
  /** The target that was not marked as processed */
246
246
  target?: Target$1;
247
247
  }
@@ -255,9 +255,9 @@ interface Target$1 {
255
255
  /** The vcs commit timestamp of the target */
256
256
  commitTimestamp?: string;
257
257
  /** The type of the target */
258
- type?: TargetType;
258
+ type?: TargetType$1;
259
259
  }
260
- declare enum TargetType {
260
+ declare enum TargetType$1 {
261
261
  NONE = "NONE",
262
262
  WIX_PROTO_BUNDLE_EXPORT = "WIX_PROTO_BUNDLE_EXPORT",
263
263
  WIX_APPENDIX_BUNDLE_EXPORT = "WIX_APPENDIX_BUNDLE_EXPORT",
@@ -430,7 +430,7 @@ interface DomainEventBodyOneOf$1 {
430
430
  interface EntityCreatedEvent$1 {
431
431
  entity?: string;
432
432
  }
433
- interface RestoreInfo {
433
+ interface RestoreInfo$1 {
434
434
  deletedDate?: Date;
435
435
  }
436
436
  interface EntityUpdatedEvent$1 {
@@ -1687,7 +1687,6 @@ type context$1_QueryV2PagingMethodOneOf = QueryV2PagingMethodOneOf;
1687
1687
  type context$1_Quota = Quota;
1688
1688
  type context$1_QuotaInfo = QuotaInfo;
1689
1689
  type context$1_RateLimit = RateLimit;
1690
- type context$1_RestoreInfo = RestoreInfo;
1691
1690
  type context$1_Rule = Rule;
1692
1691
  type context$1_ServiceProvisioned = ServiceProvisioned;
1693
1692
  type context$1_ServiceRemoved = ServiceRemoved;
@@ -1713,8 +1712,6 @@ type context$1_StudioAssigned = StudioAssigned;
1713
1712
  type context$1_StudioUnassigned = StudioUnassigned;
1714
1713
  type context$1_SyncApplicationAutomationsRequest = SyncApplicationAutomationsRequest;
1715
1714
  type context$1_SyncApplicationAutomationsResponse = SyncApplicationAutomationsResponse;
1716
- type context$1_TargetType = TargetType;
1717
- declare const context$1_TargetType: typeof TargetType;
1718
1715
  type context$1_TriggerConfigurationError = TriggerConfigurationError;
1719
1716
  type context$1_TriggerErrorType = TriggerErrorType;
1720
1717
  declare const context$1_TriggerErrorType: typeof TriggerErrorType;
@@ -1722,7 +1719,6 @@ type context$1_TriggerValidationError = TriggerValidationError;
1722
1719
  type context$1_TriggerValidationErrorErrorOneOf = TriggerValidationErrorErrorOneOf;
1723
1720
  type context$1_TriggerValidationErrorValidationErrorType = TriggerValidationErrorValidationErrorType;
1724
1721
  declare const context$1_TriggerValidationErrorValidationErrorType: typeof TriggerValidationErrorValidationErrorType;
1725
- type context$1_UnprocessedTargetEvent = UnprocessedTargetEvent;
1726
1722
  type context$1_Until = Until;
1727
1723
  type context$1_UpdateApplicationAutomationConfigurationIdRequest = UpdateApplicationAutomationConfigurationIdRequest;
1728
1724
  type context$1_UpdateApplicationAutomationConfigurationIdResponse = UpdateApplicationAutomationConfigurationIdResponse;
@@ -1759,7 +1755,7 @@ declare const context$1_updateAutomation: typeof updateAutomation;
1759
1755
  declare const context$1_validateAutomation: typeof validateAutomation;
1760
1756
  declare const context$1_validateAutomationById: typeof validateAutomationById;
1761
1757
  declare namespace context$1 {
1762
- export { type Action$1 as Action, type context$1_ActionConfigurationError as ActionConfigurationError, context$1_ActionErrorType as ActionErrorType, type ActionEvent$1 as ActionEvent, type context$1_ActionProviderQuotaInfo as ActionProviderQuotaInfo, type context$1_ActionQuotaInfo as ActionQuotaInfo, type context$1_ActionValidationError as ActionValidationError, type context$1_ActionValidationErrorErrorOneOf as ActionValidationErrorErrorOneOf, type context$1_ActionValidationInfo as ActionValidationInfo, type context$1_ActivationReport as ActivationReport, ActivationStatus$1 as ActivationStatus, type context$1_AdditionalInfo as AdditionalInfo, type ApplicationError$1 as ApplicationError, type context$1_Asset as Asset, type Automation$1 as Automation, type context$1_AutomationCreatedEnvelope as AutomationCreatedEnvelope, type context$1_AutomationDeletedEnvelope as AutomationDeletedEnvelope, type context$1_AutomationDeletedWithEntityEnvelope as AutomationDeletedWithEntityEnvelope, type context$1_AutomationMetadata as AutomationMetadata, type context$1_AutomationNonNullableFields as AutomationNonNullableFields, type context$1_AutomationUpdatedEnvelope as AutomationUpdatedEnvelope, type context$1_AutomationUpdatedWithPreviousEntityEnvelope as AutomationUpdatedWithPreviousEntityEnvelope, type context$1_AutomationsQueryBuilder as AutomationsQueryBuilder, type context$1_AutomationsQueryResult as AutomationsQueryResult, type BaseEventMetadata$1 as BaseEventMetadata, BlockType$1 as BlockType, type BulkActionMetadata$1 as BulkActionMetadata, type context$1_BulkCreateApplicationAutomationRequest as BulkCreateApplicationAutomationRequest, type context$1_BulkCreateApplicationAutomationResponse as BulkCreateApplicationAutomationResponse, type context$1_BulkDeleteAutomationsRequest as BulkDeleteAutomationsRequest, type context$1_BulkDeleteAutomationsResponse as BulkDeleteAutomationsResponse, type context$1_CTA as CTA, type context$1_Condition as Condition, type ConditionBlock$1 as ConditionBlock, type context$1_Conditions as Conditions, type context$1_CreateAutomationRequest as CreateAutomationRequest, type context$1_CreateAutomationResponse as CreateAutomationResponse, type context$1_CreateAutomationResponseNonNullableFields as CreateAutomationResponseNonNullableFields, type context$1_CursorPaging as CursorPaging, type context$1_Cursors as Cursors, type context$1_Debounce as Debounce, type Delay$1 as Delay, type context$1_DelayTypeOneOf as DelayTypeOneOf, type context$1_DeleteAutomationOptions as DeleteAutomationOptions, type context$1_DeleteAutomationRequest as DeleteAutomationRequest, type context$1_DeleteAutomationResponse as DeleteAutomationResponse, type context$1_DeleteContext as DeleteContext, context$1_DeleteStatus as DeleteStatus, type context$1_DeletedWithEntity as DeletedWithEntity, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type context$1_ExtendedFields as ExtendedFields, type Filter$1 as Filter, type context$1_GenerateActionInputMappingFromTemplateRequest as GenerateActionInputMappingFromTemplateRequest, type context$1_GenerateActionInputMappingFromTemplateResponse as GenerateActionInputMappingFromTemplateResponse, type context$1_GenerateApplicationAutomationFromCustomRequest as GenerateApplicationAutomationFromCustomRequest, type context$1_GenerateApplicationAutomationFromCustomResponse as GenerateApplicationAutomationFromCustomResponse, type context$1_GetActionsQuotaInfoRequest as GetActionsQuotaInfoRequest, type context$1_GetActionsQuotaInfoResponse as GetActionsQuotaInfoResponse, type context$1_GetApplicationAutomationRequest as GetApplicationAutomationRequest, type context$1_GetApplicationAutomationResponse as GetApplicationAutomationResponse, type context$1_GetAutomationActionSchemaRequest as GetAutomationActionSchemaRequest, type context$1_GetAutomationActionSchemaResponse as GetAutomationActionSchemaResponse, type context$1_GetAutomationActivationReportsRequest as GetAutomationActivationReportsRequest, type context$1_GetAutomationActivationReportsResponse as GetAutomationActivationReportsResponse, type context$1_GetAutomationActivationReportsResponseNonNullableFields as GetAutomationActivationReportsResponseNonNullableFields, type context$1_GetAutomationActivationStatsOptions as GetAutomationActivationStatsOptions, type context$1_GetAutomationOptions as GetAutomationOptions, type context$1_GetAutomationRequest as GetAutomationRequest, type context$1_GetAutomationResponse as GetAutomationResponse, type context$1_GetAutomationResponseNonNullableFields as GetAutomationResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type ItemMetadata$1 as ItemMetadata, type MessageEnvelope$1 as MessageEnvelope, type context$1_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type context$1_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, type context$1_MigrationBulkCreateAutomations as MigrationBulkCreateAutomations, type context$1_MigrationBulkCreateAutomationsRequest as MigrationBulkCreateAutomationsRequest, type context$1_MigrationBulkCreateAutomationsResponse as MigrationBulkCreateAutomationsResponse, type context$1_MigrationUpdateMigratedToV3AutomationRequest as MigrationUpdateMigratedToV3AutomationRequest, type context$1_MigrationUpdateMigratedToV3AutomationResponse as MigrationUpdateMigratedToV3AutomationResponse, context$1_Namespace as Namespace, type context$1_NamespaceChanged as NamespaceChanged, type context$1_Offset as Offset, type context$1_OffsetValueOneOf as OffsetValueOneOf, type context$1_OverrideApplicationAutomationRequest as OverrideApplicationAutomationRequest, type context$1_OverrideApplicationAutomationResponse as OverrideApplicationAutomationResponse, type context$1_OverrideApplicationAutomationResponseNonNullableFields as OverrideApplicationAutomationResponseNonNullableFields, type context$1_Paging as Paging, type context$1_PagingMetadata as PagingMetadata, type context$1_PagingMetadataV2 as PagingMetadataV2, type context$1_Plan as Plan, type context$1_ProviderConfigurationError as ProviderConfigurationError, type context$1_QueryApplicationAutomationsRequest as QueryApplicationAutomationsRequest, type context$1_QueryApplicationAutomationsResponse as QueryApplicationAutomationsResponse, type context$1_QueryAutomationsOptions as QueryAutomationsOptions, type context$1_QueryAutomationsRequest as QueryAutomationsRequest, type context$1_QueryAutomationsResponse as QueryAutomationsResponse, type context$1_QueryAutomationsResponseNonNullableFields as QueryAutomationsResponseNonNullableFields, type context$1_QueryV2 as QueryV2, type context$1_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type context$1_Quota as Quota, type context$1_QuotaInfo as QuotaInfo, type context$1_RateLimit as RateLimit, type context$1_RestoreInfo as RestoreInfo, type context$1_Rule as Rule, type context$1_ServiceProvisioned as ServiceProvisioned, type context$1_ServiceRemoved as ServiceRemoved, type context$1_SiteCreated as SiteCreated, context$1_SiteCreatedContext as SiteCreatedContext, type context$1_SiteDeleted as SiteDeleted, type context$1_SiteHardDeleted as SiteHardDeleted, type context$1_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type context$1_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type context$1_SitePublished as SitePublished, type context$1_SiteRenamed as SiteRenamed, type context$1_SiteTransferred as SiteTransferred, type context$1_SiteUndeleted as SiteUndeleted, type context$1_SiteUnpublished as SiteUnpublished, context$1_SortOrder as SortOrder, type context$1_Sorting as Sorting, type context$1_Source as Source, context$1_State as State, Status$1 as Status, type context$1_StudioAssigned as StudioAssigned, type context$1_StudioUnassigned as StudioUnassigned, type context$1_SyncApplicationAutomationsRequest as SyncApplicationAutomationsRequest, type context$1_SyncApplicationAutomationsResponse as SyncApplicationAutomationsResponse, type Target$1 as Target, context$1_TargetType as TargetType, type Trigger$1 as Trigger, type context$1_TriggerConfigurationError as TriggerConfigurationError, context$1_TriggerErrorType as TriggerErrorType, type context$1_TriggerValidationError as TriggerValidationError, type context$1_TriggerValidationErrorErrorOneOf as TriggerValidationErrorErrorOneOf, context$1_TriggerValidationErrorValidationErrorType as TriggerValidationErrorValidationErrorType, Type$1 as Type, type context$1_UnprocessedTargetEvent as UnprocessedTargetEvent, type context$1_Until as Until, type context$1_UpdateApplicationAutomationConfigurationIdRequest as UpdateApplicationAutomationConfigurationIdRequest, type context$1_UpdateApplicationAutomationConfigurationIdResponse as UpdateApplicationAutomationConfigurationIdResponse, type context$1_UpdateApplicationAutomationToMigratedFromV1Request as UpdateApplicationAutomationToMigratedFromV1Request, type context$1_UpdateApplicationAutomationToMigratedFromV1Response as UpdateApplicationAutomationToMigratedFromV1Response, type context$1_UpdateAutomation as UpdateAutomation, type context$1_UpdateAutomationRequest as UpdateAutomationRequest, type context$1_UpdateAutomationResponse as UpdateAutomationResponse, type context$1_UpdateAutomationResponseNonNullableFields as UpdateAutomationResponseNonNullableFields, type context$1_UpdatedAutomationsWithEsb as UpdatedAutomationsWithEsb, type context$1_UpdatedWithPreviousEntity as UpdatedWithPreviousEntity, type context$1_UpgradeCTA as UpgradeCTA, type context$1_ValidateAutomationByIdOptions as ValidateAutomationByIdOptions, type context$1_ValidateAutomationByIdRequest as ValidateAutomationByIdRequest, type context$1_ValidateAutomationByIdResponse as ValidateAutomationByIdResponse, type context$1_ValidateAutomationByIdResponseNonNullableFields as ValidateAutomationByIdResponseNonNullableFields, type context$1_ValidateAutomationRequest as ValidateAutomationRequest, type context$1_ValidateAutomationResponse as ValidateAutomationResponse, type context$1_ValidateAutomationResponseNonNullableFields as ValidateAutomationResponseNonNullableFields, context$1_ValidationErrorType as ValidationErrorType, WebhookIdentityType$1 as WebhookIdentityType, context$1_createAutomation as createAutomation, context$1_deleteAutomation as deleteAutomation, context$1_getAutomation as getAutomation, context$1_getAutomationActivationStats as getAutomationActivationStats, context$1_onAutomationCreated as onAutomationCreated, context$1_onAutomationDeleted as onAutomationDeleted, context$1_onAutomationDeletedWithEntity as onAutomationDeletedWithEntity, context$1_onAutomationUpdated as onAutomationUpdated, context$1_onAutomationUpdatedWithPreviousEntity as onAutomationUpdatedWithPreviousEntity, context$1_overrideApplicationAutomation as overrideApplicationAutomation, context$1_queryAutomations as queryAutomations, context$1_updateAutomation as updateAutomation, context$1_validateAutomation as validateAutomation, context$1_validateAutomationById as validateAutomationById };
1758
+ export { type Action$1 as Action, type context$1_ActionConfigurationError as ActionConfigurationError, context$1_ActionErrorType as ActionErrorType, type ActionEvent$1 as ActionEvent, type context$1_ActionProviderQuotaInfo as ActionProviderQuotaInfo, type context$1_ActionQuotaInfo as ActionQuotaInfo, type context$1_ActionValidationError as ActionValidationError, type context$1_ActionValidationErrorErrorOneOf as ActionValidationErrorErrorOneOf, type context$1_ActionValidationInfo as ActionValidationInfo, type context$1_ActivationReport as ActivationReport, ActivationStatus$1 as ActivationStatus, type context$1_AdditionalInfo as AdditionalInfo, type ApplicationError$1 as ApplicationError, type context$1_Asset as Asset, type Automation$1 as Automation, type context$1_AutomationCreatedEnvelope as AutomationCreatedEnvelope, type context$1_AutomationDeletedEnvelope as AutomationDeletedEnvelope, type context$1_AutomationDeletedWithEntityEnvelope as AutomationDeletedWithEntityEnvelope, type context$1_AutomationMetadata as AutomationMetadata, type context$1_AutomationNonNullableFields as AutomationNonNullableFields, type context$1_AutomationUpdatedEnvelope as AutomationUpdatedEnvelope, type context$1_AutomationUpdatedWithPreviousEntityEnvelope as AutomationUpdatedWithPreviousEntityEnvelope, type context$1_AutomationsQueryBuilder as AutomationsQueryBuilder, type context$1_AutomationsQueryResult as AutomationsQueryResult, type BaseEventMetadata$1 as BaseEventMetadata, BlockType$1 as BlockType, type BulkActionMetadata$1 as BulkActionMetadata, type context$1_BulkCreateApplicationAutomationRequest as BulkCreateApplicationAutomationRequest, type context$1_BulkCreateApplicationAutomationResponse as BulkCreateApplicationAutomationResponse, type context$1_BulkDeleteAutomationsRequest as BulkDeleteAutomationsRequest, type context$1_BulkDeleteAutomationsResponse as BulkDeleteAutomationsResponse, type context$1_CTA as CTA, type context$1_Condition as Condition, type ConditionBlock$1 as ConditionBlock, type context$1_Conditions as Conditions, type context$1_CreateAutomationRequest as CreateAutomationRequest, type context$1_CreateAutomationResponse as CreateAutomationResponse, type context$1_CreateAutomationResponseNonNullableFields as CreateAutomationResponseNonNullableFields, type context$1_CursorPaging as CursorPaging, type context$1_Cursors as Cursors, type context$1_Debounce as Debounce, type Delay$1 as Delay, type context$1_DelayTypeOneOf as DelayTypeOneOf, type context$1_DeleteAutomationOptions as DeleteAutomationOptions, type context$1_DeleteAutomationRequest as DeleteAutomationRequest, type context$1_DeleteAutomationResponse as DeleteAutomationResponse, type context$1_DeleteContext as DeleteContext, context$1_DeleteStatus as DeleteStatus, type context$1_DeletedWithEntity as DeletedWithEntity, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type context$1_ExtendedFields as ExtendedFields, type Filter$1 as Filter, type context$1_GenerateActionInputMappingFromTemplateRequest as GenerateActionInputMappingFromTemplateRequest, type context$1_GenerateActionInputMappingFromTemplateResponse as GenerateActionInputMappingFromTemplateResponse, type context$1_GenerateApplicationAutomationFromCustomRequest as GenerateApplicationAutomationFromCustomRequest, type context$1_GenerateApplicationAutomationFromCustomResponse as GenerateApplicationAutomationFromCustomResponse, type context$1_GetActionsQuotaInfoRequest as GetActionsQuotaInfoRequest, type context$1_GetActionsQuotaInfoResponse as GetActionsQuotaInfoResponse, type context$1_GetApplicationAutomationRequest as GetApplicationAutomationRequest, type context$1_GetApplicationAutomationResponse as GetApplicationAutomationResponse, type context$1_GetAutomationActionSchemaRequest as GetAutomationActionSchemaRequest, type context$1_GetAutomationActionSchemaResponse as GetAutomationActionSchemaResponse, type context$1_GetAutomationActivationReportsRequest as GetAutomationActivationReportsRequest, type context$1_GetAutomationActivationReportsResponse as GetAutomationActivationReportsResponse, type context$1_GetAutomationActivationReportsResponseNonNullableFields as GetAutomationActivationReportsResponseNonNullableFields, type context$1_GetAutomationActivationStatsOptions as GetAutomationActivationStatsOptions, type context$1_GetAutomationOptions as GetAutomationOptions, type context$1_GetAutomationRequest as GetAutomationRequest, type context$1_GetAutomationResponse as GetAutomationResponse, type context$1_GetAutomationResponseNonNullableFields as GetAutomationResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type ItemMetadata$1 as ItemMetadata, type MessageEnvelope$1 as MessageEnvelope, type context$1_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type context$1_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, type context$1_MigrationBulkCreateAutomations as MigrationBulkCreateAutomations, type context$1_MigrationBulkCreateAutomationsRequest as MigrationBulkCreateAutomationsRequest, type context$1_MigrationBulkCreateAutomationsResponse as MigrationBulkCreateAutomationsResponse, type context$1_MigrationUpdateMigratedToV3AutomationRequest as MigrationUpdateMigratedToV3AutomationRequest, type context$1_MigrationUpdateMigratedToV3AutomationResponse as MigrationUpdateMigratedToV3AutomationResponse, context$1_Namespace as Namespace, type context$1_NamespaceChanged as NamespaceChanged, type context$1_Offset as Offset, type context$1_OffsetValueOneOf as OffsetValueOneOf, type context$1_OverrideApplicationAutomationRequest as OverrideApplicationAutomationRequest, type context$1_OverrideApplicationAutomationResponse as OverrideApplicationAutomationResponse, type context$1_OverrideApplicationAutomationResponseNonNullableFields as OverrideApplicationAutomationResponseNonNullableFields, type context$1_Paging as Paging, type context$1_PagingMetadata as PagingMetadata, type context$1_PagingMetadataV2 as PagingMetadataV2, type context$1_Plan as Plan, type context$1_ProviderConfigurationError as ProviderConfigurationError, type context$1_QueryApplicationAutomationsRequest as QueryApplicationAutomationsRequest, type context$1_QueryApplicationAutomationsResponse as QueryApplicationAutomationsResponse, type context$1_QueryAutomationsOptions as QueryAutomationsOptions, type context$1_QueryAutomationsRequest as QueryAutomationsRequest, type context$1_QueryAutomationsResponse as QueryAutomationsResponse, type context$1_QueryAutomationsResponseNonNullableFields as QueryAutomationsResponseNonNullableFields, type context$1_QueryV2 as QueryV2, type context$1_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type context$1_Quota as Quota, type context$1_QuotaInfo as QuotaInfo, type context$1_RateLimit as RateLimit, type RestoreInfo$1 as RestoreInfo, type context$1_Rule as Rule, type context$1_ServiceProvisioned as ServiceProvisioned, type context$1_ServiceRemoved as ServiceRemoved, type context$1_SiteCreated as SiteCreated, context$1_SiteCreatedContext as SiteCreatedContext, type context$1_SiteDeleted as SiteDeleted, type context$1_SiteHardDeleted as SiteHardDeleted, type context$1_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type context$1_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type context$1_SitePublished as SitePublished, type context$1_SiteRenamed as SiteRenamed, type context$1_SiteTransferred as SiteTransferred, type context$1_SiteUndeleted as SiteUndeleted, type context$1_SiteUnpublished as SiteUnpublished, context$1_SortOrder as SortOrder, type context$1_Sorting as Sorting, type context$1_Source as Source, context$1_State as State, Status$1 as Status, type context$1_StudioAssigned as StudioAssigned, type context$1_StudioUnassigned as StudioUnassigned, type context$1_SyncApplicationAutomationsRequest as SyncApplicationAutomationsRequest, type context$1_SyncApplicationAutomationsResponse as SyncApplicationAutomationsResponse, type Target$1 as Target, TargetType$1 as TargetType, type Trigger$1 as Trigger, type context$1_TriggerConfigurationError as TriggerConfigurationError, context$1_TriggerErrorType as TriggerErrorType, type context$1_TriggerValidationError as TriggerValidationError, type context$1_TriggerValidationErrorErrorOneOf as TriggerValidationErrorErrorOneOf, context$1_TriggerValidationErrorValidationErrorType as TriggerValidationErrorValidationErrorType, Type$1 as Type, type UnprocessedTargetEvent$1 as UnprocessedTargetEvent, type context$1_Until as Until, type context$1_UpdateApplicationAutomationConfigurationIdRequest as UpdateApplicationAutomationConfigurationIdRequest, type context$1_UpdateApplicationAutomationConfigurationIdResponse as UpdateApplicationAutomationConfigurationIdResponse, type context$1_UpdateApplicationAutomationToMigratedFromV1Request as UpdateApplicationAutomationToMigratedFromV1Request, type context$1_UpdateApplicationAutomationToMigratedFromV1Response as UpdateApplicationAutomationToMigratedFromV1Response, type context$1_UpdateAutomation as UpdateAutomation, type context$1_UpdateAutomationRequest as UpdateAutomationRequest, type context$1_UpdateAutomationResponse as UpdateAutomationResponse, type context$1_UpdateAutomationResponseNonNullableFields as UpdateAutomationResponseNonNullableFields, type context$1_UpdatedAutomationsWithEsb as UpdatedAutomationsWithEsb, type context$1_UpdatedWithPreviousEntity as UpdatedWithPreviousEntity, type context$1_UpgradeCTA as UpgradeCTA, type context$1_ValidateAutomationByIdOptions as ValidateAutomationByIdOptions, type context$1_ValidateAutomationByIdRequest as ValidateAutomationByIdRequest, type context$1_ValidateAutomationByIdResponse as ValidateAutomationByIdResponse, type context$1_ValidateAutomationByIdResponseNonNullableFields as ValidateAutomationByIdResponseNonNullableFields, type context$1_ValidateAutomationRequest as ValidateAutomationRequest, type context$1_ValidateAutomationResponse as ValidateAutomationResponse, type context$1_ValidateAutomationResponseNonNullableFields as ValidateAutomationResponseNonNullableFields, context$1_ValidationErrorType as ValidationErrorType, WebhookIdentityType$1 as WebhookIdentityType, context$1_createAutomation as createAutomation, context$1_deleteAutomation as deleteAutomation, context$1_getAutomation as getAutomation, context$1_getAutomationActivationStats as getAutomationActivationStats, context$1_onAutomationCreated as onAutomationCreated, context$1_onAutomationDeleted as onAutomationDeleted, context$1_onAutomationDeletedWithEntity as onAutomationDeletedWithEntity, context$1_onAutomationUpdated as onAutomationUpdated, context$1_onAutomationUpdatedWithPreviousEntity as onAutomationUpdatedWithPreviousEntity, context$1_overrideApplicationAutomation as overrideApplicationAutomation, context$1_queryAutomations as queryAutomations, context$1_updateAutomation as updateAutomation, context$1_validateAutomation as validateAutomation, context$1_validateAutomationById as validateAutomationById };
1763
1759
  }
1764
1760
 
1765
1761
  interface Activation {
@@ -1864,7 +1860,7 @@ interface AutomationConfiguration {
1864
1860
  actions?: Record<string, AutomationConfigurationAction>;
1865
1861
  }
1866
1862
  declare enum TimeUnit {
1867
- UNDEFINED = "UNDEFINED",
1863
+ UNKNOWN_TIME_UNIT = "UNKNOWN_TIME_UNIT",
1868
1864
  MINUTES = "MINUTES",
1869
1865
  HOURS = "HOURS",
1870
1866
  DAYS = "DAYS",
@@ -2375,7 +2371,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
2375
2371
  slug?: string;
2376
2372
  /** ID of the entity associated with the event. */
2377
2373
  entityId?: string;
2378
- /** Event timestamp. */
2374
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
2379
2375
  eventTime?: Date;
2380
2376
  /**
2381
2377
  * Whether the event was triggered as a result of a privacy regulation application
@@ -2904,6 +2900,28 @@ interface ActivationContinuedAfterSchedule {
2904
2900
  /** Activation Automation */
2905
2901
  automation?: Automation;
2906
2902
  }
2903
+ interface UnprocessedTargetEvent {
2904
+ /** The target that was not marked as processed */
2905
+ target?: InternalTarget;
2906
+ }
2907
+ interface InternalTarget {
2908
+ /** Some unique identifier for the target, this can change between result store client configurations */
2909
+ _id?: string | null;
2910
+ /** The unique location of the target in Bazel notation i.e @repo//path/to/target:target_name */
2911
+ location?: string | null;
2912
+ /** The combined digest of all files within the target */
2913
+ combinedDigest?: string | null;
2914
+ /** The vcs commit timestamp of the target */
2915
+ commitTimestamp?: string;
2916
+ /** The type of the target */
2917
+ type?: TargetType;
2918
+ }
2919
+ declare enum TargetType {
2920
+ NONE = "NONE",
2921
+ WIX_PROTO_BUNDLE_EXPORT = "WIX_PROTO_BUNDLE_EXPORT",
2922
+ WIX_APPENDIX_BUNDLE_EXPORT = "WIX_APPENDIX_BUNDLE_EXPORT",
2923
+ WIX_API_REGISTRY_INFO_EXPORT = "WIX_API_REGISTRY_INFO_EXPORT"
2924
+ }
2907
2925
  interface ReportEventRequest {
2908
2926
  /**
2909
2927
  * Trigger key as defined in your app's trigger configuration
@@ -3140,6 +3158,9 @@ interface ExecuteFromActionRequest {
3140
3158
  }
3141
3159
  interface ExecuteFromActionResponse {
3142
3160
  }
3161
+ interface RestoreInfo {
3162
+ deletedDate?: Date;
3163
+ }
3143
3164
  interface ActivationScheduleCompleted {
3144
3165
  /** Activation identifier */
3145
3166
  _id?: string;
@@ -3223,7 +3244,7 @@ interface EventMetadata extends BaseEventMetadata {
3223
3244
  slug?: string;
3224
3245
  /** ID of the entity associated with the event. */
3225
3246
  entityId?: string;
3226
- /** Event timestamp. */
3247
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
3227
3248
  eventTime?: Date;
3228
3249
  /**
3229
3250
  * Whether the event was triggered as a result of a privacy regulation application
@@ -3285,17 +3306,6 @@ interface BulkReportEventOptions {
3285
3306
  /** Repeated list of event details for bulk reporting */
3286
3307
  eventsInfo: EventInfo[];
3287
3308
  }
3288
- interface BulkCancelEventOptions {
3289
- /** Repeated list of external_entity_id, representing the related resources' IDs */
3290
- externalEntityIds: string[];
3291
- }
3292
- interface CancelEventOptions {
3293
- /**
3294
- * Trigger key whose event you want to cancel.
3295
- * For example, `form_submitted` or `invoice_due`.
3296
- */
3297
- triggerKey: string;
3298
- }
3299
3309
 
3300
3310
  declare function createRESTModule<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
3301
3311
 
@@ -3357,7 +3367,6 @@ type context_BatchActivationRequest = BatchActivationRequest;
3357
3367
  type context_BlockType = BlockType;
3358
3368
  declare const context_BlockType: typeof BlockType;
3359
3369
  type context_BulkActionMetadata = BulkActionMetadata;
3360
- type context_BulkCancelEventOptions = BulkCancelEventOptions;
3361
3370
  type context_BulkCancelEventRequest = BulkCancelEventRequest;
3362
3371
  type context_BulkCancelEventResponse = BulkCancelEventResponse;
3363
3372
  type context_BulkCancelEventResponseNonNullableFields = BulkCancelEventResponseNonNullableFields;
@@ -3367,7 +3376,6 @@ type context_BulkReportEventRequest = BulkReportEventRequest;
3367
3376
  type context_BulkReportEventResponse = BulkReportEventResponse;
3368
3377
  type context_BulkReportEventResponseNonNullableFields = BulkReportEventResponseNonNullableFields;
3369
3378
  type context_BulkReportEventResult = BulkReportEventResult;
3370
- type context_CancelEventOptions = CancelEventOptions;
3371
3379
  type context_CancelEventRequest = CancelEventRequest;
3372
3380
  type context_CancelEventResponse = CancelEventResponse;
3373
3381
  type context_CancelPendingScheduleRequest = CancelPendingScheduleRequest;
@@ -3411,6 +3419,7 @@ declare const context_IdentifierType: typeof IdentifierType;
3411
3419
  type context_Identity = Identity;
3412
3420
  type context_IfFilter = IfFilter;
3413
3421
  type context_InitiatedStatusInfo = InitiatedStatusInfo;
3422
+ type context_InternalTarget = InternalTarget;
3414
3423
  type context_ItemMetadata = ItemMetadata;
3415
3424
  type context_MessageEnvelope = MessageEnvelope;
3416
3425
  type context_Operator = Operator;
@@ -3432,6 +3441,7 @@ type context_ReportEventOptions = ReportEventOptions;
3432
3441
  type context_ReportEventRequest = ReportEventRequest;
3433
3442
  type context_ReportEventResponse = ReportEventResponse;
3434
3443
  type context_ReportEventResponseNonNullableFields = ReportEventResponseNonNullableFields;
3444
+ type context_RestoreInfo = RestoreInfo;
3435
3445
  type context_RunAutomationRequest = RunAutomationRequest;
3436
3446
  type context_RunAutomationResponse = RunAutomationResponse;
3437
3447
  type context_Runtime = Runtime;
@@ -3457,6 +3467,8 @@ type context_SystemHelper = SystemHelper;
3457
3467
  type context_SystemHelperHelperOneOf = SystemHelperHelperOneOf;
3458
3468
  type context_Target = Target;
3459
3469
  declare const context_Target: typeof Target;
3470
+ type context_TargetType = TargetType;
3471
+ declare const context_TargetType: typeof TargetType;
3460
3472
  type context_TimeUnit = TimeUnit;
3461
3473
  declare const context_TimeUnit: typeof TimeUnit;
3462
3474
  type context_Trigger = Trigger;
@@ -3466,6 +3478,7 @@ declare const context_Type: typeof Type;
3466
3478
  type context_UndeleteInfo = UndeleteInfo;
3467
3479
  type context_Units = Units;
3468
3480
  declare const context_Units: typeof Units;
3481
+ type context_UnprocessedTargetEvent = UnprocessedTargetEvent;
3469
3482
  type context_UpdatePendingSchedulesPayloadRequest = UpdatePendingSchedulesPayloadRequest;
3470
3483
  type context_UpdatePendingSchedulesPayloadResponse = UpdatePendingSchedulesPayloadResponse;
3471
3484
  type context_V1RunAutomationRequest = V1RunAutomationRequest;
@@ -3479,7 +3492,7 @@ declare const context_cancelEvent: typeof cancelEvent;
3479
3492
  declare const context_onActivationStatusChanged: typeof onActivationStatusChanged;
3480
3493
  declare const context_reportEvent: typeof reportEvent;
3481
3494
  declare namespace context {
3482
- export { type context_Action as Action, type context_ActionActionOneOf as ActionActionOneOf, type context_ActionCompletedRequest as ActionCompletedRequest, type context_ActionData as ActionData, type context_ActionEvent as ActionEvent, type context_ActionSettings as ActionSettings, type context_ActionStatus as ActionStatus, type context_ActionsData as ActionsData, type context_Activation as Activation, type context_ActivationActionStatusChanged as ActivationActionStatusChanged, context_ActivationActionStatusChangedStatus as ActivationActionStatusChangedStatus, type context_ActivationActionStatusChangedStatusInfoOneOf as ActivationActionStatusChangedStatusInfoOneOf, type context_ActivationContinuedAfterSchedule as ActivationContinuedAfterSchedule, type context_ActivationRequest as ActivationRequest, type context_ActivationResumeAfterDelay as ActivationResumeAfterDelay, type context_ActivationScheduleCompleted as ActivationScheduleCompleted, type context_ActivationScheduleRequested as ActivationScheduleRequested, type context_ActivationSource as ActivationSource, type context_ActivationSourceOfOneOf as ActivationSourceOfOneOf, type context_ActivationStatus as ActivationStatus, type context_ActivationStatusChanged as ActivationStatusChanged, type context_ActivationStatusChangedEnvelope as ActivationStatusChangedEnvelope, type context_ActivationStatusChangedFailedStatusInfo as ActivationStatusChangedFailedStatusInfo, context_ActivationStatusChangedStatus as ActivationStatusChangedStatus, type context_ActivationStatusChangedStatusInfoOneOf as ActivationStatusChangedStatusInfoOneOf, type context_AppDefinedAction as AppDefinedAction, type context_AppDefinedActionInfo as AppDefinedActionInfo, type context_ApplicationError as ApplicationError, type context_ApplicationOrigin as ApplicationOrigin, type context_AsyncAction as AsyncAction, type context_AuditInfo as AuditInfo, type context_AuditInfoIdOneOf as AuditInfoIdOneOf, type context_Automation as Automation, type context_AutomationConfiguration as AutomationConfiguration, type context_AutomationConfigurationAction as AutomationConfigurationAction, type context_AutomationConfigurationActionInfoOneOf as AutomationConfigurationActionInfoOneOf, context_AutomationConfigurationStatus as AutomationConfigurationStatus, type context_AutomationIdentifier as AutomationIdentifier, type context_AutomationInfo as AutomationInfo, type context_AutomationInfoOriginInfoOneOf as AutomationInfoOriginInfoOneOf, type context_AutomationOriginInfoOneOf as AutomationOriginInfoOneOf, type context_AutomationSettings as AutomationSettings, type context_BaseEventMetadata as BaseEventMetadata, type context_BatchActivationRequest as BatchActivationRequest, context_BlockType as BlockType, type context_BulkActionMetadata as BulkActionMetadata, type context_BulkCancelEventOptions as BulkCancelEventOptions, type context_BulkCancelEventRequest as BulkCancelEventRequest, type context_BulkCancelEventResponse as BulkCancelEventResponse, type context_BulkCancelEventResponseNonNullableFields as BulkCancelEventResponseNonNullableFields, type context_BulkCancelEventResult as BulkCancelEventResult, type context_BulkReportEventOptions as BulkReportEventOptions, type context_BulkReportEventRequest as BulkReportEventRequest, type context_BulkReportEventResponse as BulkReportEventResponse, type context_BulkReportEventResponseNonNullableFields as BulkReportEventResponseNonNullableFields, type context_BulkReportEventResult as BulkReportEventResult, type context_CancelEventOptions as CancelEventOptions, type context_CancelEventRequest as CancelEventRequest, type context_CancelEventResponse as CancelEventResponse, type context_CancelPendingScheduleRequest as CancelPendingScheduleRequest, type context_CancelPendingScheduleRequestByOneOf as CancelPendingScheduleRequestByOneOf, type context_CancelPendingScheduleResponse as CancelPendingScheduleResponse, context_CancellationReason as CancellationReason, type context_CancelledStatusInfo as CancelledStatusInfo, type context_Case as Case, type context_ConditionAction as ConditionAction, type context_ConditionActionInfo as ConditionActionInfo, type context_ConditionBlock as ConditionBlock, type context_ConditionExpressionGroup as ConditionExpressionGroup, type context_ConditionFilter as ConditionFilter, type context_Delay as Delay, type context_DelayAction as DelayAction, type context_DelayActionInfo as DelayActionInfo, type context_DelayHelper as DelayHelper, type context_DelayOfOneOf as DelayOfOneOf, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_Empty as Empty, type context_EndedStatusInfo as EndedStatusInfo, type context_EndedStatusInfoTypeInfoOneOf as EndedStatusInfoTypeInfoOneOf, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_EventInfo as EventInfo, type context_EventMetadata as EventMetadata, type context_ExecuteFromActionRequest as ExecuteFromActionRequest, type context_ExecuteFromActionResponse as ExecuteFromActionResponse, type context_ExpressionEvaluationResult as ExpressionEvaluationResult, type context_FailedStatusInfo as FailedStatusInfo, type context_Filter as Filter, type context_FutureDateActivationOffset as FutureDateActivationOffset, type context_Idempotency as Idempotency, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, context_IdentifierType as IdentifierType, type context_Identity as Identity, type context_IfFilter as IfFilter, type context_InitiatedStatusInfo as InitiatedStatusInfo, type context_ItemMetadata as ItemMetadata, type context_MessageEnvelope as MessageEnvelope, context_Operator as Operator, context_Origin as Origin, type context_Output as Output, type context_OutputAction as OutputAction, type context_PreinstalledIdentifier as PreinstalledIdentifier, type context_PreinstalledOrigin as PreinstalledOrigin, type context_RateLimitAction as RateLimitAction, type context_RateLimitActionInfo as RateLimitActionInfo, type context_RateLimiting as RateLimiting, type context_RefreshPayloadRequest as RefreshPayloadRequest, type context_RefreshPayloadResponse as RefreshPayloadResponse, type context_ReportDomainEventRequest as ReportDomainEventRequest, type context_ReportDomainEventResponse as ReportDomainEventResponse, type context_ReportEventOptions as ReportEventOptions, type context_ReportEventRequest as ReportEventRequest, type context_ReportEventResponse as ReportEventResponse, type context_ReportEventResponseNonNullableFields as ReportEventResponseNonNullableFields, type context_RunAutomationRequest as RunAutomationRequest, type context_RunAutomationResponse as RunAutomationResponse, type context_Runtime as Runtime, type context_Schedule as Schedule, type context_ScheduleRequest as ScheduleRequest, type context_ScheduleResponse as ScheduleResponse, context_ScheduleStatus as ScheduleStatus, type context_ScheduledAction as ScheduledAction, type context_ScheduledStatusInfo as ScheduledStatusInfo, type context_Scheduler as Scheduler, type context_Service as Service, type context_ServiceMapping as ServiceMapping, type context_SimpleDelay as SimpleDelay, type context_SpiAction as SpiAction, type context_StartedStatusInfo as StartedStatusInfo, type context_StartedStatusInfoAppDefinedActionInfo as StartedStatusInfoAppDefinedActionInfo, type context_StartedStatusInfoTypeInfoOneOf as StartedStatusInfoTypeInfoOneOf, context_Status as Status, type context_SwitchFilter as SwitchFilter, type context_SystemHelper as SystemHelper, type context_SystemHelperHelperOneOf as SystemHelperHelperOneOf, context_Target as Target, context_TimeUnit as TimeUnit, type context_Trigger as Trigger, type context_TriggerInfo as TriggerInfo, context_Type as Type, type context_UndeleteInfo as UndeleteInfo, context_Units as Units, type context_UpdatePendingSchedulesPayloadRequest as UpdatePendingSchedulesPayloadRequest, type context_UpdatePendingSchedulesPayloadResponse as UpdatePendingSchedulesPayloadResponse, type context_V1RunAutomationRequest as V1RunAutomationRequest, type context_V1RunAutomationRequestIdentifierOneOf as V1RunAutomationRequestIdentifierOneOf, type context_V1RunAutomationResponse as V1RunAutomationResponse, context_WebhookIdentityType as WebhookIdentityType, context_bulkCancelEvent as bulkCancelEvent, context_bulkReportEvent as bulkReportEvent, context_cancelEvent as cancelEvent, context_onActivationStatusChanged as onActivationStatusChanged, context_reportEvent as reportEvent };
3495
+ export { type context_Action as Action, type context_ActionActionOneOf as ActionActionOneOf, type context_ActionCompletedRequest as ActionCompletedRequest, type context_ActionData as ActionData, type context_ActionEvent as ActionEvent, type context_ActionSettings as ActionSettings, type context_ActionStatus as ActionStatus, type context_ActionsData as ActionsData, type context_Activation as Activation, type context_ActivationActionStatusChanged as ActivationActionStatusChanged, context_ActivationActionStatusChangedStatus as ActivationActionStatusChangedStatus, type context_ActivationActionStatusChangedStatusInfoOneOf as ActivationActionStatusChangedStatusInfoOneOf, type context_ActivationContinuedAfterSchedule as ActivationContinuedAfterSchedule, type context_ActivationRequest as ActivationRequest, type context_ActivationResumeAfterDelay as ActivationResumeAfterDelay, type context_ActivationScheduleCompleted as ActivationScheduleCompleted, type context_ActivationScheduleRequested as ActivationScheduleRequested, type context_ActivationSource as ActivationSource, type context_ActivationSourceOfOneOf as ActivationSourceOfOneOf, type context_ActivationStatus as ActivationStatus, type context_ActivationStatusChanged as ActivationStatusChanged, type context_ActivationStatusChangedEnvelope as ActivationStatusChangedEnvelope, type context_ActivationStatusChangedFailedStatusInfo as ActivationStatusChangedFailedStatusInfo, context_ActivationStatusChangedStatus as ActivationStatusChangedStatus, type context_ActivationStatusChangedStatusInfoOneOf as ActivationStatusChangedStatusInfoOneOf, type context_AppDefinedAction as AppDefinedAction, type context_AppDefinedActionInfo as AppDefinedActionInfo, type context_ApplicationError as ApplicationError, type context_ApplicationOrigin as ApplicationOrigin, type context_AsyncAction as AsyncAction, type context_AuditInfo as AuditInfo, type context_AuditInfoIdOneOf as AuditInfoIdOneOf, type context_Automation as Automation, type context_AutomationConfiguration as AutomationConfiguration, type context_AutomationConfigurationAction as AutomationConfigurationAction, type context_AutomationConfigurationActionInfoOneOf as AutomationConfigurationActionInfoOneOf, context_AutomationConfigurationStatus as AutomationConfigurationStatus, type context_AutomationIdentifier as AutomationIdentifier, type context_AutomationInfo as AutomationInfo, type context_AutomationInfoOriginInfoOneOf as AutomationInfoOriginInfoOneOf, type context_AutomationOriginInfoOneOf as AutomationOriginInfoOneOf, type context_AutomationSettings as AutomationSettings, type context_BaseEventMetadata as BaseEventMetadata, type context_BatchActivationRequest as BatchActivationRequest, context_BlockType as BlockType, type context_BulkActionMetadata as BulkActionMetadata, type context_BulkCancelEventRequest as BulkCancelEventRequest, type context_BulkCancelEventResponse as BulkCancelEventResponse, type context_BulkCancelEventResponseNonNullableFields as BulkCancelEventResponseNonNullableFields, type context_BulkCancelEventResult as BulkCancelEventResult, type context_BulkReportEventOptions as BulkReportEventOptions, type context_BulkReportEventRequest as BulkReportEventRequest, type context_BulkReportEventResponse as BulkReportEventResponse, type context_BulkReportEventResponseNonNullableFields as BulkReportEventResponseNonNullableFields, type context_BulkReportEventResult as BulkReportEventResult, type context_CancelEventRequest as CancelEventRequest, type context_CancelEventResponse as CancelEventResponse, type context_CancelPendingScheduleRequest as CancelPendingScheduleRequest, type context_CancelPendingScheduleRequestByOneOf as CancelPendingScheduleRequestByOneOf, type context_CancelPendingScheduleResponse as CancelPendingScheduleResponse, context_CancellationReason as CancellationReason, type context_CancelledStatusInfo as CancelledStatusInfo, type context_Case as Case, type context_ConditionAction as ConditionAction, type context_ConditionActionInfo as ConditionActionInfo, type context_ConditionBlock as ConditionBlock, type context_ConditionExpressionGroup as ConditionExpressionGroup, type context_ConditionFilter as ConditionFilter, type context_Delay as Delay, type context_DelayAction as DelayAction, type context_DelayActionInfo as DelayActionInfo, type context_DelayHelper as DelayHelper, type context_DelayOfOneOf as DelayOfOneOf, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_Empty as Empty, type context_EndedStatusInfo as EndedStatusInfo, type context_EndedStatusInfoTypeInfoOneOf as EndedStatusInfoTypeInfoOneOf, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_EventInfo as EventInfo, type context_EventMetadata as EventMetadata, type context_ExecuteFromActionRequest as ExecuteFromActionRequest, type context_ExecuteFromActionResponse as ExecuteFromActionResponse, type context_ExpressionEvaluationResult as ExpressionEvaluationResult, type context_FailedStatusInfo as FailedStatusInfo, type context_Filter as Filter, type context_FutureDateActivationOffset as FutureDateActivationOffset, type context_Idempotency as Idempotency, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, context_IdentifierType as IdentifierType, type context_Identity as Identity, type context_IfFilter as IfFilter, type context_InitiatedStatusInfo as InitiatedStatusInfo, type context_InternalTarget as InternalTarget, type context_ItemMetadata as ItemMetadata, type context_MessageEnvelope as MessageEnvelope, context_Operator as Operator, context_Origin as Origin, type context_Output as Output, type context_OutputAction as OutputAction, type context_PreinstalledIdentifier as PreinstalledIdentifier, type context_PreinstalledOrigin as PreinstalledOrigin, type context_RateLimitAction as RateLimitAction, type context_RateLimitActionInfo as RateLimitActionInfo, type context_RateLimiting as RateLimiting, type context_RefreshPayloadRequest as RefreshPayloadRequest, type context_RefreshPayloadResponse as RefreshPayloadResponse, type context_ReportDomainEventRequest as ReportDomainEventRequest, type context_ReportDomainEventResponse as ReportDomainEventResponse, type context_ReportEventOptions as ReportEventOptions, type context_ReportEventRequest as ReportEventRequest, type context_ReportEventResponse as ReportEventResponse, type context_ReportEventResponseNonNullableFields as ReportEventResponseNonNullableFields, type context_RestoreInfo as RestoreInfo, type context_RunAutomationRequest as RunAutomationRequest, type context_RunAutomationResponse as RunAutomationResponse, type context_Runtime as Runtime, type context_Schedule as Schedule, type context_ScheduleRequest as ScheduleRequest, type context_ScheduleResponse as ScheduleResponse, context_ScheduleStatus as ScheduleStatus, type context_ScheduledAction as ScheduledAction, type context_ScheduledStatusInfo as ScheduledStatusInfo, type context_Scheduler as Scheduler, type context_Service as Service, type context_ServiceMapping as ServiceMapping, type context_SimpleDelay as SimpleDelay, type context_SpiAction as SpiAction, type context_StartedStatusInfo as StartedStatusInfo, type context_StartedStatusInfoAppDefinedActionInfo as StartedStatusInfoAppDefinedActionInfo, type context_StartedStatusInfoTypeInfoOneOf as StartedStatusInfoTypeInfoOneOf, context_Status as Status, type context_SwitchFilter as SwitchFilter, type context_SystemHelper as SystemHelper, type context_SystemHelperHelperOneOf as SystemHelperHelperOneOf, context_Target as Target, context_TargetType as TargetType, context_TimeUnit as TimeUnit, type context_Trigger as Trigger, type context_TriggerInfo as TriggerInfo, context_Type as Type, type context_UndeleteInfo as UndeleteInfo, context_Units as Units, type context_UnprocessedTargetEvent as UnprocessedTargetEvent, type context_UpdatePendingSchedulesPayloadRequest as UpdatePendingSchedulesPayloadRequest, type context_UpdatePendingSchedulesPayloadResponse as UpdatePendingSchedulesPayloadResponse, type context_V1RunAutomationRequest as V1RunAutomationRequest, type context_V1RunAutomationRequestIdentifierOneOf as V1RunAutomationRequestIdentifierOneOf, type context_V1RunAutomationResponse as V1RunAutomationResponse, context_WebhookIdentityType as WebhookIdentityType, context_bulkCancelEvent as bulkCancelEvent, context_bulkReportEvent as bulkReportEvent, context_cancelEvent as cancelEvent, context_onActivationStatusChanged as onActivationStatusChanged, context_reportEvent as reportEvent };
3483
3496
  }
3484
3497
 
3485
3498
  export { context as activations, context$1 as automationsService };
@@ -241,7 +241,7 @@ interface ExtendedFields {
241
241
  */
242
242
  namespaces?: Record<string, Record<string, any>>;
243
243
  }
244
- interface UnprocessedTargetEvent {
244
+ interface UnprocessedTargetEvent$1 {
245
245
  /** The target that was not marked as processed */
246
246
  target?: Target$1;
247
247
  }
@@ -255,9 +255,9 @@ interface Target$1 {
255
255
  /** The vcs commit timestamp of the target */
256
256
  commitTimestamp?: string;
257
257
  /** The type of the target */
258
- type?: TargetType;
258
+ type?: TargetType$1;
259
259
  }
260
- declare enum TargetType {
260
+ declare enum TargetType$1 {
261
261
  NONE = "NONE",
262
262
  WIX_PROTO_BUNDLE_EXPORT = "WIX_PROTO_BUNDLE_EXPORT",
263
263
  WIX_APPENDIX_BUNDLE_EXPORT = "WIX_APPENDIX_BUNDLE_EXPORT",
@@ -430,7 +430,7 @@ interface DomainEventBodyOneOf$1 {
430
430
  interface EntityCreatedEvent$1 {
431
431
  entity?: string;
432
432
  }
433
- interface RestoreInfo {
433
+ interface RestoreInfo$1 {
434
434
  deletedDate?: Date;
435
435
  }
436
436
  interface EntityUpdatedEvent$1 {
@@ -1687,7 +1687,6 @@ type index_d$1_QueryV2PagingMethodOneOf = QueryV2PagingMethodOneOf;
1687
1687
  type index_d$1_Quota = Quota;
1688
1688
  type index_d$1_QuotaInfo = QuotaInfo;
1689
1689
  type index_d$1_RateLimit = RateLimit;
1690
- type index_d$1_RestoreInfo = RestoreInfo;
1691
1690
  type index_d$1_Rule = Rule;
1692
1691
  type index_d$1_ServiceProvisioned = ServiceProvisioned;
1693
1692
  type index_d$1_ServiceRemoved = ServiceRemoved;
@@ -1713,8 +1712,6 @@ type index_d$1_StudioAssigned = StudioAssigned;
1713
1712
  type index_d$1_StudioUnassigned = StudioUnassigned;
1714
1713
  type index_d$1_SyncApplicationAutomationsRequest = SyncApplicationAutomationsRequest;
1715
1714
  type index_d$1_SyncApplicationAutomationsResponse = SyncApplicationAutomationsResponse;
1716
- type index_d$1_TargetType = TargetType;
1717
- declare const index_d$1_TargetType: typeof TargetType;
1718
1715
  type index_d$1_TriggerConfigurationError = TriggerConfigurationError;
1719
1716
  type index_d$1_TriggerErrorType = TriggerErrorType;
1720
1717
  declare const index_d$1_TriggerErrorType: typeof TriggerErrorType;
@@ -1722,7 +1719,6 @@ type index_d$1_TriggerValidationError = TriggerValidationError;
1722
1719
  type index_d$1_TriggerValidationErrorErrorOneOf = TriggerValidationErrorErrorOneOf;
1723
1720
  type index_d$1_TriggerValidationErrorValidationErrorType = TriggerValidationErrorValidationErrorType;
1724
1721
  declare const index_d$1_TriggerValidationErrorValidationErrorType: typeof TriggerValidationErrorValidationErrorType;
1725
- type index_d$1_UnprocessedTargetEvent = UnprocessedTargetEvent;
1726
1722
  type index_d$1_Until = Until;
1727
1723
  type index_d$1_UpdateApplicationAutomationConfigurationIdRequest = UpdateApplicationAutomationConfigurationIdRequest;
1728
1724
  type index_d$1_UpdateApplicationAutomationConfigurationIdResponse = UpdateApplicationAutomationConfigurationIdResponse;
@@ -1759,7 +1755,7 @@ declare const index_d$1_updateAutomation: typeof updateAutomation;
1759
1755
  declare const index_d$1_validateAutomation: typeof validateAutomation;
1760
1756
  declare const index_d$1_validateAutomationById: typeof validateAutomationById;
1761
1757
  declare namespace index_d$1 {
1762
- export { type Action$1 as Action, type index_d$1_ActionConfigurationError as ActionConfigurationError, index_d$1_ActionErrorType as ActionErrorType, type ActionEvent$1 as ActionEvent, type index_d$1_ActionProviderQuotaInfo as ActionProviderQuotaInfo, type index_d$1_ActionQuotaInfo as ActionQuotaInfo, type index_d$1_ActionValidationError as ActionValidationError, type index_d$1_ActionValidationErrorErrorOneOf as ActionValidationErrorErrorOneOf, type index_d$1_ActionValidationInfo as ActionValidationInfo, type index_d$1_ActivationReport as ActivationReport, ActivationStatus$1 as ActivationStatus, type index_d$1_AdditionalInfo as AdditionalInfo, type ApplicationError$1 as ApplicationError, type index_d$1_Asset as Asset, type Automation$1 as Automation, type index_d$1_AutomationCreatedEnvelope as AutomationCreatedEnvelope, type index_d$1_AutomationDeletedEnvelope as AutomationDeletedEnvelope, type index_d$1_AutomationDeletedWithEntityEnvelope as AutomationDeletedWithEntityEnvelope, type index_d$1_AutomationMetadata as AutomationMetadata, type index_d$1_AutomationNonNullableFields as AutomationNonNullableFields, type index_d$1_AutomationUpdatedEnvelope as AutomationUpdatedEnvelope, type index_d$1_AutomationUpdatedWithPreviousEntityEnvelope as AutomationUpdatedWithPreviousEntityEnvelope, type index_d$1_AutomationsQueryBuilder as AutomationsQueryBuilder, type index_d$1_AutomationsQueryResult as AutomationsQueryResult, type BaseEventMetadata$1 as BaseEventMetadata, BlockType$1 as BlockType, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$1_BulkCreateApplicationAutomationRequest as BulkCreateApplicationAutomationRequest, type index_d$1_BulkCreateApplicationAutomationResponse as BulkCreateApplicationAutomationResponse, type index_d$1_BulkDeleteAutomationsRequest as BulkDeleteAutomationsRequest, type index_d$1_BulkDeleteAutomationsResponse as BulkDeleteAutomationsResponse, type index_d$1_CTA as CTA, type index_d$1_Condition as Condition, type ConditionBlock$1 as ConditionBlock, type index_d$1_Conditions as Conditions, type index_d$1_CreateAutomationRequest as CreateAutomationRequest, type index_d$1_CreateAutomationResponse as CreateAutomationResponse, type index_d$1_CreateAutomationResponseNonNullableFields as CreateAutomationResponseNonNullableFields, type index_d$1_CursorPaging as CursorPaging, type index_d$1_Cursors as Cursors, type index_d$1_Debounce as Debounce, type Delay$1 as Delay, type index_d$1_DelayTypeOneOf as DelayTypeOneOf, type index_d$1_DeleteAutomationOptions as DeleteAutomationOptions, type index_d$1_DeleteAutomationRequest as DeleteAutomationRequest, type index_d$1_DeleteAutomationResponse as DeleteAutomationResponse, type index_d$1_DeleteContext as DeleteContext, index_d$1_DeleteStatus as DeleteStatus, type index_d$1_DeletedWithEntity as DeletedWithEntity, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type index_d$1_ExtendedFields as ExtendedFields, type Filter$1 as Filter, type index_d$1_GenerateActionInputMappingFromTemplateRequest as GenerateActionInputMappingFromTemplateRequest, type index_d$1_GenerateActionInputMappingFromTemplateResponse as GenerateActionInputMappingFromTemplateResponse, type index_d$1_GenerateApplicationAutomationFromCustomRequest as GenerateApplicationAutomationFromCustomRequest, type index_d$1_GenerateApplicationAutomationFromCustomResponse as GenerateApplicationAutomationFromCustomResponse, type index_d$1_GetActionsQuotaInfoRequest as GetActionsQuotaInfoRequest, type index_d$1_GetActionsQuotaInfoResponse as GetActionsQuotaInfoResponse, type index_d$1_GetApplicationAutomationRequest as GetApplicationAutomationRequest, type index_d$1_GetApplicationAutomationResponse as GetApplicationAutomationResponse, type index_d$1_GetAutomationActionSchemaRequest as GetAutomationActionSchemaRequest, type index_d$1_GetAutomationActionSchemaResponse as GetAutomationActionSchemaResponse, type index_d$1_GetAutomationActivationReportsRequest as GetAutomationActivationReportsRequest, type index_d$1_GetAutomationActivationReportsResponse as GetAutomationActivationReportsResponse, type index_d$1_GetAutomationActivationReportsResponseNonNullableFields as GetAutomationActivationReportsResponseNonNullableFields, type index_d$1_GetAutomationActivationStatsOptions as GetAutomationActivationStatsOptions, type index_d$1_GetAutomationOptions as GetAutomationOptions, type index_d$1_GetAutomationRequest as GetAutomationRequest, type index_d$1_GetAutomationResponse as GetAutomationResponse, type index_d$1_GetAutomationResponseNonNullableFields as GetAutomationResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type ItemMetadata$1 as ItemMetadata, type MessageEnvelope$1 as MessageEnvelope, type index_d$1_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type index_d$1_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, type index_d$1_MigrationBulkCreateAutomations as MigrationBulkCreateAutomations, type index_d$1_MigrationBulkCreateAutomationsRequest as MigrationBulkCreateAutomationsRequest, type index_d$1_MigrationBulkCreateAutomationsResponse as MigrationBulkCreateAutomationsResponse, type index_d$1_MigrationUpdateMigratedToV3AutomationRequest as MigrationUpdateMigratedToV3AutomationRequest, type index_d$1_MigrationUpdateMigratedToV3AutomationResponse as MigrationUpdateMigratedToV3AutomationResponse, index_d$1_Namespace as Namespace, type index_d$1_NamespaceChanged as NamespaceChanged, type index_d$1_Offset as Offset, type index_d$1_OffsetValueOneOf as OffsetValueOneOf, type index_d$1_OverrideApplicationAutomationRequest as OverrideApplicationAutomationRequest, type index_d$1_OverrideApplicationAutomationResponse as OverrideApplicationAutomationResponse, type index_d$1_OverrideApplicationAutomationResponseNonNullableFields as OverrideApplicationAutomationResponseNonNullableFields, type index_d$1_Paging as Paging, type index_d$1_PagingMetadata as PagingMetadata, type index_d$1_PagingMetadataV2 as PagingMetadataV2, type index_d$1_Plan as Plan, type index_d$1_ProviderConfigurationError as ProviderConfigurationError, type index_d$1_QueryApplicationAutomationsRequest as QueryApplicationAutomationsRequest, type index_d$1_QueryApplicationAutomationsResponse as QueryApplicationAutomationsResponse, type index_d$1_QueryAutomationsOptions as QueryAutomationsOptions, type index_d$1_QueryAutomationsRequest as QueryAutomationsRequest, type index_d$1_QueryAutomationsResponse as QueryAutomationsResponse, type index_d$1_QueryAutomationsResponseNonNullableFields as QueryAutomationsResponseNonNullableFields, type index_d$1_QueryV2 as QueryV2, type index_d$1_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type index_d$1_Quota as Quota, type index_d$1_QuotaInfo as QuotaInfo, type index_d$1_RateLimit as RateLimit, type index_d$1_RestoreInfo as RestoreInfo, type index_d$1_Rule as Rule, type index_d$1_ServiceProvisioned as ServiceProvisioned, type index_d$1_ServiceRemoved as ServiceRemoved, type index_d$1_SiteCreated as SiteCreated, index_d$1_SiteCreatedContext as SiteCreatedContext, type index_d$1_SiteDeleted as SiteDeleted, type index_d$1_SiteHardDeleted as SiteHardDeleted, type index_d$1_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type index_d$1_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type index_d$1_SitePublished as SitePublished, type index_d$1_SiteRenamed as SiteRenamed, type index_d$1_SiteTransferred as SiteTransferred, type index_d$1_SiteUndeleted as SiteUndeleted, type index_d$1_SiteUnpublished as SiteUnpublished, index_d$1_SortOrder as SortOrder, type index_d$1_Sorting as Sorting, type index_d$1_Source as Source, index_d$1_State as State, Status$1 as Status, type index_d$1_StudioAssigned as StudioAssigned, type index_d$1_StudioUnassigned as StudioUnassigned, type index_d$1_SyncApplicationAutomationsRequest as SyncApplicationAutomationsRequest, type index_d$1_SyncApplicationAutomationsResponse as SyncApplicationAutomationsResponse, type Target$1 as Target, index_d$1_TargetType as TargetType, type Trigger$1 as Trigger, type index_d$1_TriggerConfigurationError as TriggerConfigurationError, index_d$1_TriggerErrorType as TriggerErrorType, type index_d$1_TriggerValidationError as TriggerValidationError, type index_d$1_TriggerValidationErrorErrorOneOf as TriggerValidationErrorErrorOneOf, index_d$1_TriggerValidationErrorValidationErrorType as TriggerValidationErrorValidationErrorType, Type$1 as Type, type index_d$1_UnprocessedTargetEvent as UnprocessedTargetEvent, type index_d$1_Until as Until, type index_d$1_UpdateApplicationAutomationConfigurationIdRequest as UpdateApplicationAutomationConfigurationIdRequest, type index_d$1_UpdateApplicationAutomationConfigurationIdResponse as UpdateApplicationAutomationConfigurationIdResponse, type index_d$1_UpdateApplicationAutomationToMigratedFromV1Request as UpdateApplicationAutomationToMigratedFromV1Request, type index_d$1_UpdateApplicationAutomationToMigratedFromV1Response as UpdateApplicationAutomationToMigratedFromV1Response, type index_d$1_UpdateAutomation as UpdateAutomation, type index_d$1_UpdateAutomationRequest as UpdateAutomationRequest, type index_d$1_UpdateAutomationResponse as UpdateAutomationResponse, type index_d$1_UpdateAutomationResponseNonNullableFields as UpdateAutomationResponseNonNullableFields, type index_d$1_UpdatedAutomationsWithEsb as UpdatedAutomationsWithEsb, type index_d$1_UpdatedWithPreviousEntity as UpdatedWithPreviousEntity, type index_d$1_UpgradeCTA as UpgradeCTA, type index_d$1_ValidateAutomationByIdOptions as ValidateAutomationByIdOptions, type index_d$1_ValidateAutomationByIdRequest as ValidateAutomationByIdRequest, type index_d$1_ValidateAutomationByIdResponse as ValidateAutomationByIdResponse, type index_d$1_ValidateAutomationByIdResponseNonNullableFields as ValidateAutomationByIdResponseNonNullableFields, type index_d$1_ValidateAutomationRequest as ValidateAutomationRequest, type index_d$1_ValidateAutomationResponse as ValidateAutomationResponse, type index_d$1_ValidateAutomationResponseNonNullableFields as ValidateAutomationResponseNonNullableFields, index_d$1_ValidationErrorType as ValidationErrorType, WebhookIdentityType$1 as WebhookIdentityType, index_d$1_createAutomation as createAutomation, index_d$1_deleteAutomation as deleteAutomation, index_d$1_getAutomation as getAutomation, index_d$1_getAutomationActivationStats as getAutomationActivationStats, index_d$1_onAutomationCreated as onAutomationCreated, index_d$1_onAutomationDeleted as onAutomationDeleted, index_d$1_onAutomationDeletedWithEntity as onAutomationDeletedWithEntity, index_d$1_onAutomationUpdated as onAutomationUpdated, index_d$1_onAutomationUpdatedWithPreviousEntity as onAutomationUpdatedWithPreviousEntity, index_d$1_overrideApplicationAutomation as overrideApplicationAutomation, index_d$1_queryAutomations as queryAutomations, index_d$1_updateAutomation as updateAutomation, index_d$1_validateAutomation as validateAutomation, index_d$1_validateAutomationById as validateAutomationById };
1758
+ export { type Action$1 as Action, type index_d$1_ActionConfigurationError as ActionConfigurationError, index_d$1_ActionErrorType as ActionErrorType, type ActionEvent$1 as ActionEvent, type index_d$1_ActionProviderQuotaInfo as ActionProviderQuotaInfo, type index_d$1_ActionQuotaInfo as ActionQuotaInfo, type index_d$1_ActionValidationError as ActionValidationError, type index_d$1_ActionValidationErrorErrorOneOf as ActionValidationErrorErrorOneOf, type index_d$1_ActionValidationInfo as ActionValidationInfo, type index_d$1_ActivationReport as ActivationReport, ActivationStatus$1 as ActivationStatus, type index_d$1_AdditionalInfo as AdditionalInfo, type ApplicationError$1 as ApplicationError, type index_d$1_Asset as Asset, type Automation$1 as Automation, type index_d$1_AutomationCreatedEnvelope as AutomationCreatedEnvelope, type index_d$1_AutomationDeletedEnvelope as AutomationDeletedEnvelope, type index_d$1_AutomationDeletedWithEntityEnvelope as AutomationDeletedWithEntityEnvelope, type index_d$1_AutomationMetadata as AutomationMetadata, type index_d$1_AutomationNonNullableFields as AutomationNonNullableFields, type index_d$1_AutomationUpdatedEnvelope as AutomationUpdatedEnvelope, type index_d$1_AutomationUpdatedWithPreviousEntityEnvelope as AutomationUpdatedWithPreviousEntityEnvelope, type index_d$1_AutomationsQueryBuilder as AutomationsQueryBuilder, type index_d$1_AutomationsQueryResult as AutomationsQueryResult, type BaseEventMetadata$1 as BaseEventMetadata, BlockType$1 as BlockType, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$1_BulkCreateApplicationAutomationRequest as BulkCreateApplicationAutomationRequest, type index_d$1_BulkCreateApplicationAutomationResponse as BulkCreateApplicationAutomationResponse, type index_d$1_BulkDeleteAutomationsRequest as BulkDeleteAutomationsRequest, type index_d$1_BulkDeleteAutomationsResponse as BulkDeleteAutomationsResponse, type index_d$1_CTA as CTA, type index_d$1_Condition as Condition, type ConditionBlock$1 as ConditionBlock, type index_d$1_Conditions as Conditions, type index_d$1_CreateAutomationRequest as CreateAutomationRequest, type index_d$1_CreateAutomationResponse as CreateAutomationResponse, type index_d$1_CreateAutomationResponseNonNullableFields as CreateAutomationResponseNonNullableFields, type index_d$1_CursorPaging as CursorPaging, type index_d$1_Cursors as Cursors, type index_d$1_Debounce as Debounce, type Delay$1 as Delay, type index_d$1_DelayTypeOneOf as DelayTypeOneOf, type index_d$1_DeleteAutomationOptions as DeleteAutomationOptions, type index_d$1_DeleteAutomationRequest as DeleteAutomationRequest, type index_d$1_DeleteAutomationResponse as DeleteAutomationResponse, type index_d$1_DeleteContext as DeleteContext, index_d$1_DeleteStatus as DeleteStatus, type index_d$1_DeletedWithEntity as DeletedWithEntity, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type index_d$1_ExtendedFields as ExtendedFields, type Filter$1 as Filter, type index_d$1_GenerateActionInputMappingFromTemplateRequest as GenerateActionInputMappingFromTemplateRequest, type index_d$1_GenerateActionInputMappingFromTemplateResponse as GenerateActionInputMappingFromTemplateResponse, type index_d$1_GenerateApplicationAutomationFromCustomRequest as GenerateApplicationAutomationFromCustomRequest, type index_d$1_GenerateApplicationAutomationFromCustomResponse as GenerateApplicationAutomationFromCustomResponse, type index_d$1_GetActionsQuotaInfoRequest as GetActionsQuotaInfoRequest, type index_d$1_GetActionsQuotaInfoResponse as GetActionsQuotaInfoResponse, type index_d$1_GetApplicationAutomationRequest as GetApplicationAutomationRequest, type index_d$1_GetApplicationAutomationResponse as GetApplicationAutomationResponse, type index_d$1_GetAutomationActionSchemaRequest as GetAutomationActionSchemaRequest, type index_d$1_GetAutomationActionSchemaResponse as GetAutomationActionSchemaResponse, type index_d$1_GetAutomationActivationReportsRequest as GetAutomationActivationReportsRequest, type index_d$1_GetAutomationActivationReportsResponse as GetAutomationActivationReportsResponse, type index_d$1_GetAutomationActivationReportsResponseNonNullableFields as GetAutomationActivationReportsResponseNonNullableFields, type index_d$1_GetAutomationActivationStatsOptions as GetAutomationActivationStatsOptions, type index_d$1_GetAutomationOptions as GetAutomationOptions, type index_d$1_GetAutomationRequest as GetAutomationRequest, type index_d$1_GetAutomationResponse as GetAutomationResponse, type index_d$1_GetAutomationResponseNonNullableFields as GetAutomationResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type ItemMetadata$1 as ItemMetadata, type MessageEnvelope$1 as MessageEnvelope, type index_d$1_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type index_d$1_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, type index_d$1_MigrationBulkCreateAutomations as MigrationBulkCreateAutomations, type index_d$1_MigrationBulkCreateAutomationsRequest as MigrationBulkCreateAutomationsRequest, type index_d$1_MigrationBulkCreateAutomationsResponse as MigrationBulkCreateAutomationsResponse, type index_d$1_MigrationUpdateMigratedToV3AutomationRequest as MigrationUpdateMigratedToV3AutomationRequest, type index_d$1_MigrationUpdateMigratedToV3AutomationResponse as MigrationUpdateMigratedToV3AutomationResponse, index_d$1_Namespace as Namespace, type index_d$1_NamespaceChanged as NamespaceChanged, type index_d$1_Offset as Offset, type index_d$1_OffsetValueOneOf as OffsetValueOneOf, type index_d$1_OverrideApplicationAutomationRequest as OverrideApplicationAutomationRequest, type index_d$1_OverrideApplicationAutomationResponse as OverrideApplicationAutomationResponse, type index_d$1_OverrideApplicationAutomationResponseNonNullableFields as OverrideApplicationAutomationResponseNonNullableFields, type index_d$1_Paging as Paging, type index_d$1_PagingMetadata as PagingMetadata, type index_d$1_PagingMetadataV2 as PagingMetadataV2, type index_d$1_Plan as Plan, type index_d$1_ProviderConfigurationError as ProviderConfigurationError, type index_d$1_QueryApplicationAutomationsRequest as QueryApplicationAutomationsRequest, type index_d$1_QueryApplicationAutomationsResponse as QueryApplicationAutomationsResponse, type index_d$1_QueryAutomationsOptions as QueryAutomationsOptions, type index_d$1_QueryAutomationsRequest as QueryAutomationsRequest, type index_d$1_QueryAutomationsResponse as QueryAutomationsResponse, type index_d$1_QueryAutomationsResponseNonNullableFields as QueryAutomationsResponseNonNullableFields, type index_d$1_QueryV2 as QueryV2, type index_d$1_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type index_d$1_Quota as Quota, type index_d$1_QuotaInfo as QuotaInfo, type index_d$1_RateLimit as RateLimit, type RestoreInfo$1 as RestoreInfo, type index_d$1_Rule as Rule, type index_d$1_ServiceProvisioned as ServiceProvisioned, type index_d$1_ServiceRemoved as ServiceRemoved, type index_d$1_SiteCreated as SiteCreated, index_d$1_SiteCreatedContext as SiteCreatedContext, type index_d$1_SiteDeleted as SiteDeleted, type index_d$1_SiteHardDeleted as SiteHardDeleted, type index_d$1_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type index_d$1_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type index_d$1_SitePublished as SitePublished, type index_d$1_SiteRenamed as SiteRenamed, type index_d$1_SiteTransferred as SiteTransferred, type index_d$1_SiteUndeleted as SiteUndeleted, type index_d$1_SiteUnpublished as SiteUnpublished, index_d$1_SortOrder as SortOrder, type index_d$1_Sorting as Sorting, type index_d$1_Source as Source, index_d$1_State as State, Status$1 as Status, type index_d$1_StudioAssigned as StudioAssigned, type index_d$1_StudioUnassigned as StudioUnassigned, type index_d$1_SyncApplicationAutomationsRequest as SyncApplicationAutomationsRequest, type index_d$1_SyncApplicationAutomationsResponse as SyncApplicationAutomationsResponse, type Target$1 as Target, TargetType$1 as TargetType, type Trigger$1 as Trigger, type index_d$1_TriggerConfigurationError as TriggerConfigurationError, index_d$1_TriggerErrorType as TriggerErrorType, type index_d$1_TriggerValidationError as TriggerValidationError, type index_d$1_TriggerValidationErrorErrorOneOf as TriggerValidationErrorErrorOneOf, index_d$1_TriggerValidationErrorValidationErrorType as TriggerValidationErrorValidationErrorType, Type$1 as Type, type UnprocessedTargetEvent$1 as UnprocessedTargetEvent, type index_d$1_Until as Until, type index_d$1_UpdateApplicationAutomationConfigurationIdRequest as UpdateApplicationAutomationConfigurationIdRequest, type index_d$1_UpdateApplicationAutomationConfigurationIdResponse as UpdateApplicationAutomationConfigurationIdResponse, type index_d$1_UpdateApplicationAutomationToMigratedFromV1Request as UpdateApplicationAutomationToMigratedFromV1Request, type index_d$1_UpdateApplicationAutomationToMigratedFromV1Response as UpdateApplicationAutomationToMigratedFromV1Response, type index_d$1_UpdateAutomation as UpdateAutomation, type index_d$1_UpdateAutomationRequest as UpdateAutomationRequest, type index_d$1_UpdateAutomationResponse as UpdateAutomationResponse, type index_d$1_UpdateAutomationResponseNonNullableFields as UpdateAutomationResponseNonNullableFields, type index_d$1_UpdatedAutomationsWithEsb as UpdatedAutomationsWithEsb, type index_d$1_UpdatedWithPreviousEntity as UpdatedWithPreviousEntity, type index_d$1_UpgradeCTA as UpgradeCTA, type index_d$1_ValidateAutomationByIdOptions as ValidateAutomationByIdOptions, type index_d$1_ValidateAutomationByIdRequest as ValidateAutomationByIdRequest, type index_d$1_ValidateAutomationByIdResponse as ValidateAutomationByIdResponse, type index_d$1_ValidateAutomationByIdResponseNonNullableFields as ValidateAutomationByIdResponseNonNullableFields, type index_d$1_ValidateAutomationRequest as ValidateAutomationRequest, type index_d$1_ValidateAutomationResponse as ValidateAutomationResponse, type index_d$1_ValidateAutomationResponseNonNullableFields as ValidateAutomationResponseNonNullableFields, index_d$1_ValidationErrorType as ValidationErrorType, WebhookIdentityType$1 as WebhookIdentityType, index_d$1_createAutomation as createAutomation, index_d$1_deleteAutomation as deleteAutomation, index_d$1_getAutomation as getAutomation, index_d$1_getAutomationActivationStats as getAutomationActivationStats, index_d$1_onAutomationCreated as onAutomationCreated, index_d$1_onAutomationDeleted as onAutomationDeleted, index_d$1_onAutomationDeletedWithEntity as onAutomationDeletedWithEntity, index_d$1_onAutomationUpdated as onAutomationUpdated, index_d$1_onAutomationUpdatedWithPreviousEntity as onAutomationUpdatedWithPreviousEntity, index_d$1_overrideApplicationAutomation as overrideApplicationAutomation, index_d$1_queryAutomations as queryAutomations, index_d$1_updateAutomation as updateAutomation, index_d$1_validateAutomation as validateAutomation, index_d$1_validateAutomationById as validateAutomationById };
1763
1759
  }
1764
1760
 
1765
1761
  interface Activation {
@@ -1864,7 +1860,7 @@ interface AutomationConfiguration {
1864
1860
  actions?: Record<string, AutomationConfigurationAction>;
1865
1861
  }
1866
1862
  declare enum TimeUnit {
1867
- UNDEFINED = "UNDEFINED",
1863
+ UNKNOWN_TIME_UNIT = "UNKNOWN_TIME_UNIT",
1868
1864
  MINUTES = "MINUTES",
1869
1865
  HOURS = "HOURS",
1870
1866
  DAYS = "DAYS",
@@ -2375,7 +2371,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
2375
2371
  slug?: string;
2376
2372
  /** ID of the entity associated with the event. */
2377
2373
  entityId?: string;
2378
- /** Event timestamp. */
2374
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
2379
2375
  eventTime?: Date;
2380
2376
  /**
2381
2377
  * Whether the event was triggered as a result of a privacy regulation application
@@ -2904,6 +2900,28 @@ interface ActivationContinuedAfterSchedule {
2904
2900
  /** Activation Automation */
2905
2901
  automation?: Automation;
2906
2902
  }
2903
+ interface UnprocessedTargetEvent {
2904
+ /** The target that was not marked as processed */
2905
+ target?: InternalTarget;
2906
+ }
2907
+ interface InternalTarget {
2908
+ /** Some unique identifier for the target, this can change between result store client configurations */
2909
+ _id?: string | null;
2910
+ /** The unique location of the target in Bazel notation i.e @repo//path/to/target:target_name */
2911
+ location?: string | null;
2912
+ /** The combined digest of all files within the target */
2913
+ combinedDigest?: string | null;
2914
+ /** The vcs commit timestamp of the target */
2915
+ commitTimestamp?: string;
2916
+ /** The type of the target */
2917
+ type?: TargetType;
2918
+ }
2919
+ declare enum TargetType {
2920
+ NONE = "NONE",
2921
+ WIX_PROTO_BUNDLE_EXPORT = "WIX_PROTO_BUNDLE_EXPORT",
2922
+ WIX_APPENDIX_BUNDLE_EXPORT = "WIX_APPENDIX_BUNDLE_EXPORT",
2923
+ WIX_API_REGISTRY_INFO_EXPORT = "WIX_API_REGISTRY_INFO_EXPORT"
2924
+ }
2907
2925
  interface ReportEventRequest {
2908
2926
  /**
2909
2927
  * Trigger key as defined in your app's trigger configuration
@@ -3140,6 +3158,9 @@ interface ExecuteFromActionRequest {
3140
3158
  }
3141
3159
  interface ExecuteFromActionResponse {
3142
3160
  }
3161
+ interface RestoreInfo {
3162
+ deletedDate?: Date;
3163
+ }
3143
3164
  interface ActivationScheduleCompleted {
3144
3165
  /** Activation identifier */
3145
3166
  _id?: string;
@@ -3223,7 +3244,7 @@ interface EventMetadata extends BaseEventMetadata {
3223
3244
  slug?: string;
3224
3245
  /** ID of the entity associated with the event. */
3225
3246
  entityId?: string;
3226
- /** Event timestamp. */
3247
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
3227
3248
  eventTime?: Date;
3228
3249
  /**
3229
3250
  * Whether the event was triggered as a result of a privacy regulation application
@@ -3285,17 +3306,6 @@ interface BulkReportEventOptions {
3285
3306
  /** Repeated list of event details for bulk reporting */
3286
3307
  eventsInfo: EventInfo[];
3287
3308
  }
3288
- interface BulkCancelEventOptions {
3289
- /** Repeated list of external_entity_id, representing the related resources' IDs */
3290
- externalEntityIds: string[];
3291
- }
3292
- interface CancelEventOptions {
3293
- /**
3294
- * Trigger key whose event you want to cancel.
3295
- * For example, `form_submitted` or `invoice_due`.
3296
- */
3297
- triggerKey: string;
3298
- }
3299
3309
 
3300
3310
  declare function createRESTModule<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
3301
3311
 
@@ -3357,7 +3367,6 @@ type index_d_BatchActivationRequest = BatchActivationRequest;
3357
3367
  type index_d_BlockType = BlockType;
3358
3368
  declare const index_d_BlockType: typeof BlockType;
3359
3369
  type index_d_BulkActionMetadata = BulkActionMetadata;
3360
- type index_d_BulkCancelEventOptions = BulkCancelEventOptions;
3361
3370
  type index_d_BulkCancelEventRequest = BulkCancelEventRequest;
3362
3371
  type index_d_BulkCancelEventResponse = BulkCancelEventResponse;
3363
3372
  type index_d_BulkCancelEventResponseNonNullableFields = BulkCancelEventResponseNonNullableFields;
@@ -3367,7 +3376,6 @@ type index_d_BulkReportEventRequest = BulkReportEventRequest;
3367
3376
  type index_d_BulkReportEventResponse = BulkReportEventResponse;
3368
3377
  type index_d_BulkReportEventResponseNonNullableFields = BulkReportEventResponseNonNullableFields;
3369
3378
  type index_d_BulkReportEventResult = BulkReportEventResult;
3370
- type index_d_CancelEventOptions = CancelEventOptions;
3371
3379
  type index_d_CancelEventRequest = CancelEventRequest;
3372
3380
  type index_d_CancelEventResponse = CancelEventResponse;
3373
3381
  type index_d_CancelPendingScheduleRequest = CancelPendingScheduleRequest;
@@ -3411,6 +3419,7 @@ declare const index_d_IdentifierType: typeof IdentifierType;
3411
3419
  type index_d_Identity = Identity;
3412
3420
  type index_d_IfFilter = IfFilter;
3413
3421
  type index_d_InitiatedStatusInfo = InitiatedStatusInfo;
3422
+ type index_d_InternalTarget = InternalTarget;
3414
3423
  type index_d_ItemMetadata = ItemMetadata;
3415
3424
  type index_d_MessageEnvelope = MessageEnvelope;
3416
3425
  type index_d_Operator = Operator;
@@ -3432,6 +3441,7 @@ type index_d_ReportEventOptions = ReportEventOptions;
3432
3441
  type index_d_ReportEventRequest = ReportEventRequest;
3433
3442
  type index_d_ReportEventResponse = ReportEventResponse;
3434
3443
  type index_d_ReportEventResponseNonNullableFields = ReportEventResponseNonNullableFields;
3444
+ type index_d_RestoreInfo = RestoreInfo;
3435
3445
  type index_d_RunAutomationRequest = RunAutomationRequest;
3436
3446
  type index_d_RunAutomationResponse = RunAutomationResponse;
3437
3447
  type index_d_Runtime = Runtime;
@@ -3457,6 +3467,8 @@ type index_d_SystemHelper = SystemHelper;
3457
3467
  type index_d_SystemHelperHelperOneOf = SystemHelperHelperOneOf;
3458
3468
  type index_d_Target = Target;
3459
3469
  declare const index_d_Target: typeof Target;
3470
+ type index_d_TargetType = TargetType;
3471
+ declare const index_d_TargetType: typeof TargetType;
3460
3472
  type index_d_TimeUnit = TimeUnit;
3461
3473
  declare const index_d_TimeUnit: typeof TimeUnit;
3462
3474
  type index_d_Trigger = Trigger;
@@ -3466,6 +3478,7 @@ declare const index_d_Type: typeof Type;
3466
3478
  type index_d_UndeleteInfo = UndeleteInfo;
3467
3479
  type index_d_Units = Units;
3468
3480
  declare const index_d_Units: typeof Units;
3481
+ type index_d_UnprocessedTargetEvent = UnprocessedTargetEvent;
3469
3482
  type index_d_UpdatePendingSchedulesPayloadRequest = UpdatePendingSchedulesPayloadRequest;
3470
3483
  type index_d_UpdatePendingSchedulesPayloadResponse = UpdatePendingSchedulesPayloadResponse;
3471
3484
  type index_d_V1RunAutomationRequest = V1RunAutomationRequest;
@@ -3479,7 +3492,7 @@ declare const index_d_cancelEvent: typeof cancelEvent;
3479
3492
  declare const index_d_onActivationStatusChanged: typeof onActivationStatusChanged;
3480
3493
  declare const index_d_reportEvent: typeof reportEvent;
3481
3494
  declare namespace index_d {
3482
- 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_bulkCancelEvent as bulkCancelEvent, index_d_bulkReportEvent as bulkReportEvent, index_d_cancelEvent as cancelEvent, index_d_onActivationStatusChanged as onActivationStatusChanged, index_d_reportEvent as reportEvent };
3495
+ 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_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_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_InternalTarget as InternalTarget, 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_RestoreInfo as RestoreInfo, 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_TargetType as TargetType, 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_UnprocessedTargetEvent as UnprocessedTargetEvent, 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_bulkCancelEvent as bulkCancelEvent, index_d_bulkReportEvent as bulkReportEvent, index_d_cancelEvent as cancelEvent, index_d_onActivationStatusChanged as onActivationStatusChanged, index_d_reportEvent as reportEvent };
3483
3496
  }
3484
3497
 
3485
3498
  export { index_d as activations, index_d$1 as automationsService };