@wix/automations 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/automations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/automations_activations": "1.0.4",
|
|
22
|
-
"@wix/automations_automations-service": "1.0.
|
|
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": "
|
|
46
|
+
"falconPackageHash": "b294f87ccd4f7655a27b07959128f5691e59de58c2788a73006eb10f"
|
|
47
47
|
}
|
|
@@ -1025,6 +1025,10 @@ interface ValidateAutomationResponse {
|
|
|
1025
1025
|
/** list of validation information for the automation Actions */
|
|
1026
1026
|
actionValidationInfo?: ActionValidationInfo[];
|
|
1027
1027
|
}
|
|
1028
|
+
interface UpdatedAutomationsWithEsb {
|
|
1029
|
+
/** updated automations */
|
|
1030
|
+
automations?: Automation$1[];
|
|
1031
|
+
}
|
|
1028
1032
|
interface GetAutomationActivationReportsRequest {
|
|
1029
1033
|
/** Automation ID */
|
|
1030
1034
|
automationId: string;
|
|
@@ -1728,6 +1732,7 @@ type context$1_UpdateAutomation = UpdateAutomation;
|
|
|
1728
1732
|
type context$1_UpdateAutomationRequest = UpdateAutomationRequest;
|
|
1729
1733
|
type context$1_UpdateAutomationResponse = UpdateAutomationResponse;
|
|
1730
1734
|
type context$1_UpdateAutomationResponseNonNullableFields = UpdateAutomationResponseNonNullableFields;
|
|
1735
|
+
type context$1_UpdatedAutomationsWithEsb = UpdatedAutomationsWithEsb;
|
|
1731
1736
|
type context$1_UpdatedWithPreviousEntity = UpdatedWithPreviousEntity;
|
|
1732
1737
|
type context$1_UpgradeCTA = UpgradeCTA;
|
|
1733
1738
|
type context$1_ValidateAutomationByIdOptions = ValidateAutomationByIdOptions;
|
|
@@ -1754,7 +1759,7 @@ declare const context$1_updateAutomation: typeof updateAutomation;
|
|
|
1754
1759
|
declare const context$1_validateAutomation: typeof validateAutomation;
|
|
1755
1760
|
declare const context$1_validateAutomationById: typeof validateAutomationById;
|
|
1756
1761
|
declare namespace context$1 {
|
|
1757
|
-
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_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 };
|
|
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
1763
|
}
|
|
1759
1764
|
|
|
1760
1765
|
interface Activation {
|
|
@@ -1025,6 +1025,10 @@ interface ValidateAutomationResponse {
|
|
|
1025
1025
|
/** list of validation information for the automation Actions */
|
|
1026
1026
|
actionValidationInfo?: ActionValidationInfo[];
|
|
1027
1027
|
}
|
|
1028
|
+
interface UpdatedAutomationsWithEsb {
|
|
1029
|
+
/** updated automations */
|
|
1030
|
+
automations?: Automation$1[];
|
|
1031
|
+
}
|
|
1028
1032
|
interface GetAutomationActivationReportsRequest {
|
|
1029
1033
|
/** Automation ID */
|
|
1030
1034
|
automationId: string;
|
|
@@ -1728,6 +1732,7 @@ type index_d$1_UpdateAutomation = UpdateAutomation;
|
|
|
1728
1732
|
type index_d$1_UpdateAutomationRequest = UpdateAutomationRequest;
|
|
1729
1733
|
type index_d$1_UpdateAutomationResponse = UpdateAutomationResponse;
|
|
1730
1734
|
type index_d$1_UpdateAutomationResponseNonNullableFields = UpdateAutomationResponseNonNullableFields;
|
|
1735
|
+
type index_d$1_UpdatedAutomationsWithEsb = UpdatedAutomationsWithEsb;
|
|
1731
1736
|
type index_d$1_UpdatedWithPreviousEntity = UpdatedWithPreviousEntity;
|
|
1732
1737
|
type index_d$1_UpgradeCTA = UpgradeCTA;
|
|
1733
1738
|
type index_d$1_ValidateAutomationByIdOptions = ValidateAutomationByIdOptions;
|
|
@@ -1754,7 +1759,7 @@ declare const index_d$1_updateAutomation: typeof updateAutomation;
|
|
|
1754
1759
|
declare const index_d$1_validateAutomation: typeof validateAutomation;
|
|
1755
1760
|
declare const index_d$1_validateAutomationById: typeof validateAutomationById;
|
|
1756
1761
|
declare namespace index_d$1 {
|
|
1757
|
-
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_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 };
|
|
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
1763
|
}
|
|
1759
1764
|
|
|
1760
1765
|
interface Activation {
|