@wix/auto_sdk_automations_activations 1.0.14 → 1.0.16
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/build/cjs/src/automations-v2-activation-activations.context.d.ts +2 -2
- package/build/cjs/src/automations-v2-activation-activations.context.js +1 -2
- package/build/cjs/src/automations-v2-activation-activations.context.js.map +1 -1
- package/build/cjs/src/automations-v2-activation-activations.public.d.ts +1 -1
- package/build/cjs/src/automations-v2-activation-activations.public.js +1 -2
- package/build/cjs/src/automations-v2-activation-activations.public.js.map +1 -1
- package/build/cjs/src/automations-v2-activation-activations.types.d.ts +26 -43
- package/build/cjs/src/automations-v2-activation-activations.types.js +1 -14
- package/build/cjs/src/automations-v2-activation-activations.types.js.map +1 -1
- package/build/cjs/src/automations-v2-activation-activations.universal.d.ts +26 -43
- package/build/cjs/src/automations-v2-activation-activations.universal.js +1 -14
- package/build/cjs/src/automations-v2-activation-activations.universal.js.map +1 -1
- package/build/es/src/automations-v2-activation-activations.context.d.ts +2 -2
- package/build/es/src/automations-v2-activation-activations.context.js +1 -1
- package/build/es/src/automations-v2-activation-activations.context.js.map +1 -1
- package/build/es/src/automations-v2-activation-activations.public.d.ts +1 -1
- package/build/es/src/automations-v2-activation-activations.public.js +1 -1
- package/build/es/src/automations-v2-activation-activations.public.js.map +1 -1
- package/build/es/src/automations-v2-activation-activations.types.d.ts +26 -43
- package/build/es/src/automations-v2-activation-activations.types.js +0 -13
- package/build/es/src/automations-v2-activation-activations.types.js.map +1 -1
- package/build/es/src/automations-v2-activation-activations.universal.d.ts +26 -43
- package/build/es/src/automations-v2-activation-activations.universal.js +0 -13
- package/build/es/src/automations-v2-activation-activations.universal.js.map +1 -1
- package/build/internal/cjs/src/automations-v2-activation-activations.context.d.ts +2 -2
- package/build/internal/cjs/src/automations-v2-activation-activations.context.js +1 -2
- package/build/internal/cjs/src/automations-v2-activation-activations.context.js.map +1 -1
- package/build/internal/cjs/src/automations-v2-activation-activations.public.d.ts +1 -1
- package/build/internal/cjs/src/automations-v2-activation-activations.public.js +1 -2
- package/build/internal/cjs/src/automations-v2-activation-activations.public.js.map +1 -1
- package/build/internal/cjs/src/automations-v2-activation-activations.types.d.ts +26 -43
- package/build/internal/cjs/src/automations-v2-activation-activations.types.js +1 -14
- package/build/internal/cjs/src/automations-v2-activation-activations.types.js.map +1 -1
- package/build/internal/cjs/src/automations-v2-activation-activations.universal.d.ts +26 -43
- package/build/internal/cjs/src/automations-v2-activation-activations.universal.js +1 -14
- package/build/internal/cjs/src/automations-v2-activation-activations.universal.js.map +1 -1
- package/build/internal/es/src/automations-v2-activation-activations.context.d.ts +2 -2
- package/build/internal/es/src/automations-v2-activation-activations.context.js +1 -1
- package/build/internal/es/src/automations-v2-activation-activations.context.js.map +1 -1
- package/build/internal/es/src/automations-v2-activation-activations.public.d.ts +1 -1
- package/build/internal/es/src/automations-v2-activation-activations.public.js +1 -1
- package/build/internal/es/src/automations-v2-activation-activations.public.js.map +1 -1
- package/build/internal/es/src/automations-v2-activation-activations.types.d.ts +26 -43
- package/build/internal/es/src/automations-v2-activation-activations.types.js +0 -13
- package/build/internal/es/src/automations-v2-activation-activations.types.js.map +1 -1
- package/build/internal/es/src/automations-v2-activation-activations.universal.d.ts +26 -43
- package/build/internal/es/src/automations-v2-activation-activations.universal.js +0 -13
- package/build/internal/es/src/automations-v2-activation-activations.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -4,5 +4,5 @@ export declare const reportEvent: MaybeContext<BuildRESTFunction<typeof publicRe
|
|
|
4
4
|
export declare const bulkReportEvent: MaybeContext<BuildRESTFunction<typeof publicBulkReportEvent> & typeof publicBulkReportEvent>;
|
|
5
5
|
export declare const bulkCancelEvent: MaybeContext<BuildRESTFunction<typeof publicBulkCancelEvent> & typeof publicBulkCancelEvent>;
|
|
6
6
|
export declare const cancelEvent: MaybeContext<BuildRESTFunction<typeof publicCancelEvent> & typeof publicCancelEvent>;
|
|
7
|
-
export { Domain, TimeUnit, Operator, Type, AutomationConfigurationStatus, Origin,
|
|
8
|
-
export { Activation, Automation, AutomationOriginInfoOneOf, ActionSettings, Enrichment, AuditInfo, AuditInfoIdOneOf, AutomationConfiguration, Filter, FutureDateActivationOffset, RateLimit, FilterValueSelection, ConditionExpressionGroup, AppDefinedAction, ConditionAction, DelayAction, RateLimitAction, SetVariablesAction, OutputAction, Trigger, AutomationConfigurationAction, AutomationConfigurationActionInfoOneOf, ApplicationOrigin, PreinstalledOrigin, AutomationSettings, DraftInfo, Enrichments, ExtendedFields,
|
|
7
|
+
export { Domain, TimeUnit, Operator, Type, AutomationConfigurationStatus, Origin, Target, CancellationReason, ErrorReason, SkipReason, ActivationStatusChangedStatus, Units, ScheduleStatus, WebhookIdentityType, BlockType, IdentifierType, Status, ActivationActionStatusChangedStatus, } from './automations-v2-activation-activations.universal.js';
|
|
8
|
+
export { Activation, Automation, AutomationOriginInfoOneOf, ActionSettings, Enrichment, AuditInfo, AuditInfoIdOneOf, AutomationConfiguration, Filter, FutureDateActivationOffset, RateLimit, FilterValueSelection, ConditionExpressionGroup, AppDefinedAction, ConditionAction, DelayAction, RateLimitAction, SetVariablesAction, OutputAction, Trigger, AutomationConfigurationAction, AutomationConfigurationActionInfoOneOf, FilterableAppDefinedActions, ApplicationOrigin, PreinstalledOrigin, AutomationSettings, DraftInfo, Enrichments, ExtendedFields, ActivationStatusChanged, ActivationStatusChangedStatusInfoOneOf, Identity, InitiatedStatusInfo, ActivationStatusChangedStartedStatusInfo, ScheduledStatusInfo, CancelledStatusInfo, ActivationStatusChangedFailedStatusInfo, SkippedStatusInfo, ScheduleRequest, Schedule, ScheduledAction, Delay, DelayOfOneOf, SimpleDelay, TriggerInfo, ScheduleResponse, CancelPendingScheduleRequest, CancelPendingScheduleRequestByOneOf, CancelPendingScheduleResponse, UpdatePendingSchedulesPayloadRequest, UpdatePendingSchedulesPayloadResponse, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, MessageEnvelope, IdentificationData, IdentificationDataIdOneOf, ConsumeReportEventRequest, EventInfo, Idempotency, BatchActivationRequest, ActivationRequest, Runtime, Scheduler, AsyncAction, ActionData, Action, ActionActionOneOf, ServiceMapping, IfFilter, SwitchFilter, Case, DelayHelper, RateLimiting, ConditionFilter, ConditionBlock, Output, SetVariables, Service, SystemHelper, SystemHelperHelperOneOf, SpiAction, ActivationSource, ActivationSourceOfOneOf, ActionsData, ActivationScheduleRequested, ScheduleActivationRequested, ActivationContinuedAfterSchedule, ReportEventRequest, ReportEventResponse, BulkReportEventRequest, BulkReportEventResponse, BulkReportEventResult, ItemMetadata, ApplicationError, BulkActionMetadata, BulkCancelEventRequest, BulkCancelEventResponse, BulkCancelEventResult, CancelEventRequest, CancelEventResponse, V1RunAutomationRequest, V1RunAutomationRequestIdentifierOneOf, PreinstalledIdentifier, AutomationIdentifier, V1RunAutomationResponse, ReportDomainEventRequest, ReportDomainEventResponse, ExecuteFromActionRequest, ExecuteFromActionResponse, Empty, ActivationScheduleCompleted, ResumeAfterAsyncActionCompleted, ResumeAfterAsyncActionCompletedStatusInfoOneOf, SuccessInfo, FailureInfo, ActivationActionStatusChanged, ActivationActionStatusChangedInfoOneOf, ActivationActionStatusChangedStatusInfoOneOf, RetryInfo, StartedStatusInfoAppDefinedActionInfo, StartedStatusInfoDelayActionInfo, InvokedAsyncStatusInfoAppDefinedActionInfo, ExpressionEvaluationResult, EndedStatusInfoAppDefinedActionInfo, ConditionActionInfo, RateLimitActionInfo, DelayActionInfo, SetVariablesActionInfo, AutomationInfo, AutomationInfoOriginInfoOneOf, AutomationInfoTriggerInfo, ActionAttributes, AppDefinedActionInfo, StartedStatusInfo, StartedStatusInfoTypeInfoOneOf, InvokedAsyncStatusInfo, InvokedAsyncStatusInfoTypeInfoOneOf, EndedStatusInfo, EndedStatusInfoTypeInfoOneOf, FailedStatusInfo, ActivationResumeAfterDelay, ActionCompletedRequest, RefreshPayloadRequest, RefreshPayloadResponse, RunAutomationRequest, RunAutomationResponse, ReportActionInvocationCompletedRequest, ReportActionInvocationCompletedRequestStatusInfoOneOf, ReportActionInvocationCompletedResponse, ReportEventResponseNonNullableFields, BulkReportEventResponseNonNullableFields, BulkCancelEventResponseNonNullableFields, ReportEventOptions, } from './automations-v2-activation-activations.universal.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ActivationActionStatusChangedStatus = exports.Status = exports.IdentifierType = exports.BlockType = exports.WebhookIdentityType = exports.ScheduleStatus = exports.Units = exports.ActivationStatusChangedStatus = exports.SkipReason = exports.ErrorReason = exports.CancellationReason = exports.Target = exports.
|
|
3
|
+
exports.ActivationActionStatusChangedStatus = exports.Status = exports.IdentifierType = exports.BlockType = exports.WebhookIdentityType = exports.ScheduleStatus = exports.Units = exports.ActivationStatusChangedStatus = exports.SkipReason = exports.ErrorReason = exports.CancellationReason = exports.Target = exports.Origin = exports.AutomationConfigurationStatus = exports.Type = exports.Operator = exports.TimeUnit = exports.Domain = exports.cancelEvent = exports.bulkCancelEvent = exports.bulkReportEvent = exports.reportEvent = void 0;
|
|
4
4
|
const automations_v2_activation_activations_public_js_1 = require("./automations-v2-activation-activations.public.js");
|
|
5
5
|
const rest_modules_1 = require("@wix/sdk-runtime/rest-modules");
|
|
6
6
|
exports.reportEvent = (0, rest_modules_1.createRESTModule)(automations_v2_activation_activations_public_js_1.reportEvent);
|
|
@@ -14,7 +14,6 @@ Object.defineProperty(exports, "Operator", { enumerable: true, get: function ()
|
|
|
14
14
|
Object.defineProperty(exports, "Type", { enumerable: true, get: function () { return automations_v2_activation_activations_universal_js_1.Type; } });
|
|
15
15
|
Object.defineProperty(exports, "AutomationConfigurationStatus", { enumerable: true, get: function () { return automations_v2_activation_activations_universal_js_1.AutomationConfigurationStatus; } });
|
|
16
16
|
Object.defineProperty(exports, "Origin", { enumerable: true, get: function () { return automations_v2_activation_activations_universal_js_1.Origin; } });
|
|
17
|
-
Object.defineProperty(exports, "RuntimeStatus", { enumerable: true, get: function () { return automations_v2_activation_activations_universal_js_1.RuntimeStatus; } });
|
|
18
17
|
Object.defineProperty(exports, "Target", { enumerable: true, get: function () { return automations_v2_activation_activations_universal_js_1.Target; } });
|
|
19
18
|
Object.defineProperty(exports, "CancellationReason", { enumerable: true, get: function () { return automations_v2_activation_activations_universal_js_1.CancellationReason; } });
|
|
20
19
|
Object.defineProperty(exports, "ErrorReason", { enumerable: true, get: function () { return automations_v2_activation_activations_universal_js_1.ErrorReason; } });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"automations-v2-activation-activations.context.js","sourceRoot":"","sources":["../../../src/automations-v2-activation-activations.context.ts"],"names":[],"mappings":";;;AAAA,uHAK2D;AAC3D,gEAAiE;AAGpD,QAAA,WAAW,GAEN,IAAA,+BAAgB,EAAC,6DAAiB,CAAC,CAAC;AACzC,QAAA,eAAe,GAEV,IAAA,+BAAgB,EAAC,iEAAqB,CAAC,CAAC;AAC7C,QAAA,eAAe,GAEV,IAAA,+BAAgB,EAAC,iEAAqB,CAAC,CAAC;AAC7C,QAAA,WAAW,GAEN,IAAA,+BAAgB,EAAC,6DAAiB,CAAC,CAAC;AAEtD,
|
|
1
|
+
{"version":3,"file":"automations-v2-activation-activations.context.js","sourceRoot":"","sources":["../../../src/automations-v2-activation-activations.context.ts"],"names":[],"mappings":";;;AAAA,uHAK2D;AAC3D,gEAAiE;AAGpD,QAAA,WAAW,GAEN,IAAA,+BAAgB,EAAC,6DAAiB,CAAC,CAAC;AACzC,QAAA,eAAe,GAEV,IAAA,+BAAgB,EAAC,iEAAqB,CAAC,CAAC;AAC7C,QAAA,eAAe,GAEV,IAAA,+BAAgB,EAAC,iEAAqB,CAAC,CAAC;AAC7C,QAAA,WAAW,GAEN,IAAA,+BAAgB,EAAC,6DAAiB,CAAC,CAAC;AAEtD,2HAmB8D;AAlB5D,4IAAA,MAAM,OAAA;AACN,8IAAA,QAAQ,OAAA;AACR,8IAAA,QAAQ,OAAA;AACR,0IAAA,IAAI,OAAA;AACJ,mKAAA,6BAA6B,OAAA;AAC7B,4IAAA,MAAM,OAAA;AACN,4IAAA,MAAM,OAAA;AACN,wJAAA,kBAAkB,OAAA;AAClB,iJAAA,WAAW,OAAA;AACX,gJAAA,UAAU,OAAA;AACV,mKAAA,6BAA6B,OAAA;AAC7B,2IAAA,KAAK,OAAA;AACL,oJAAA,cAAc,OAAA;AACd,yJAAA,mBAAmB,OAAA;AACnB,+IAAA,SAAS,OAAA;AACT,oJAAA,cAAc,OAAA;AACd,4IAAA,MAAM,OAAA;AACN,yKAAA,mCAAmC,OAAA"}
|
|
@@ -70,4 +70,4 @@ interface CancelEventSignature {
|
|
|
70
70
|
*/
|
|
71
71
|
(triggerKey: string, externalEntityId: string): Promise<void>;
|
|
72
72
|
}
|
|
73
|
-
export { Action, ActionActionOneOf, ActionCompletedRequest, ActionData, ActionEvent, ActionSettings, ActionsData, Activation, ActivationActionStatusChanged, ActivationActionStatusChangedInfoOneOf, ActivationActionStatusChangedStatus, ActivationActionStatusChangedStatusInfoOneOf, ActivationContinuedAfterSchedule, ActivationRequest, ActivationResumeAfterDelay, ActivationScheduleCompleted, ActivationScheduleRequested, ActivationSource, ActivationSourceOfOneOf,
|
|
73
|
+
export { Action, ActionActionOneOf, ActionAttributes, ActionCompletedRequest, ActionData, ActionEvent, ActionSettings, ActionsData, Activation, ActivationActionStatusChanged, ActivationActionStatusChangedInfoOneOf, ActivationActionStatusChangedStatus, ActivationActionStatusChangedStatusInfoOneOf, ActivationContinuedAfterSchedule, ActivationRequest, ActivationResumeAfterDelay, ActivationScheduleCompleted, ActivationScheduleRequested, ActivationSource, ActivationSourceOfOneOf, ActivationStatusChanged, ActivationStatusChangedFailedStatusInfo, ActivationStatusChangedStartedStatusInfo, ActivationStatusChangedStatus, ActivationStatusChangedStatusInfoOneOf, AppDefinedAction, AppDefinedActionInfo, ApplicationError, ApplicationOrigin, AsyncAction, AuditInfo, AuditInfoIdOneOf, Automation, AutomationConfiguration, AutomationConfigurationAction, AutomationConfigurationActionInfoOneOf, AutomationConfigurationStatus, AutomationIdentifier, AutomationInfo, AutomationInfoOriginInfoOneOf, AutomationInfoTriggerInfo, AutomationOriginInfoOneOf, AutomationSettings, BatchActivationRequest, BlockType, BulkActionMetadata, BulkCancelEventRequest, BulkCancelEventResponse, BulkCancelEventResponseNonNullableFields, BulkCancelEventResult, BulkReportEventRequest, BulkReportEventResponse, BulkReportEventResponseNonNullableFields, BulkReportEventResult, CancelEventRequest, CancelEventResponse, CancelPendingScheduleRequest, CancelPendingScheduleRequestByOneOf, CancelPendingScheduleResponse, CancellationReason, CancelledStatusInfo, Case, ConditionAction, ConditionActionInfo, ConditionBlock, ConditionExpressionGroup, ConditionFilter, ConsumeReportEventRequest, Delay, DelayAction, DelayActionInfo, DelayHelper, DelayOfOneOf, Domain, DomainEvent, DomainEventBodyOneOf, DraftInfo, Empty, EndedStatusInfo, EndedStatusInfoAppDefinedActionInfo, EndedStatusInfoTypeInfoOneOf, Enrichment, Enrichments, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, ErrorReason, EventInfo, ExecuteFromActionRequest, ExecuteFromActionResponse, ExpressionEvaluationResult, ExtendedFields, FailedStatusInfo, FailureInfo, Filter, FilterValueSelection, FilterableAppDefinedActions, FutureDateActivationOffset, Idempotency, IdentificationData, IdentificationDataIdOneOf, IdentifierType, Identity, IfFilter, InitiatedStatusInfo, InvokedAsyncStatusInfo, InvokedAsyncStatusInfoAppDefinedActionInfo, InvokedAsyncStatusInfoTypeInfoOneOf, ItemMetadata, MessageEnvelope, Operator, Origin, Output, OutputAction, PreinstalledIdentifier, PreinstalledOrigin, RateLimit, RateLimitAction, RateLimitActionInfo, RateLimiting, RefreshPayloadRequest, RefreshPayloadResponse, ReportActionInvocationCompletedRequest, ReportActionInvocationCompletedRequestStatusInfoOneOf, ReportActionInvocationCompletedResponse, ReportDomainEventRequest, ReportDomainEventResponse, ReportEventOptions, ReportEventRequest, ReportEventResponse, ReportEventResponseNonNullableFields, RestoreInfo, ResumeAfterAsyncActionCompleted, ResumeAfterAsyncActionCompletedStatusInfoOneOf, RetryInfo, RunAutomationRequest, RunAutomationResponse, Runtime, Schedule, ScheduleActivationRequested, ScheduleRequest, ScheduleResponse, ScheduleStatus, ScheduledAction, ScheduledStatusInfo, Scheduler, Service, ServiceMapping, SetVariables, SetVariablesAction, SetVariablesActionInfo, SimpleDelay, SkipReason, SkippedStatusInfo, SpiAction, StartedStatusInfo, StartedStatusInfoAppDefinedActionInfo, StartedStatusInfoDelayActionInfo, StartedStatusInfoTypeInfoOneOf, Status, SuccessInfo, SwitchFilter, SystemHelper, SystemHelperHelperOneOf, Target, TimeUnit, Trigger, TriggerInfo, Type, Units, UpdatePendingSchedulesPayloadRequest, UpdatePendingSchedulesPayloadResponse, V1RunAutomationRequest, V1RunAutomationRequestIdentifierOneOf, V1RunAutomationResponse, WebhookIdentityType, } from './automations-v2-activation-activations.universal.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WebhookIdentityType = exports.Units = exports.Type = exports.TimeUnit = exports.Target = exports.Status = exports.SkipReason = exports.ScheduleStatus = exports.
|
|
3
|
+
exports.WebhookIdentityType = exports.Units = exports.Type = exports.TimeUnit = exports.Target = exports.Status = exports.SkipReason = exports.ScheduleStatus = exports.Origin = exports.Operator = exports.IdentifierType = exports.ErrorReason = exports.Domain = exports.CancellationReason = exports.BlockType = exports.AutomationConfigurationStatus = exports.ActivationStatusChangedStatus = exports.ActivationActionStatusChangedStatus = exports.cancelEvent = exports.bulkCancelEvent = exports.bulkReportEvent = exports.reportEvent = exports.__metadata = void 0;
|
|
4
4
|
const automations_v2_activation_activations_universal_js_1 = require("./automations-v2-activation-activations.universal.js");
|
|
5
5
|
exports.__metadata = { PACKAGE_NAME: '@wix/automations' };
|
|
6
6
|
function reportEvent(httpClient) {
|
|
@@ -38,7 +38,6 @@ Object.defineProperty(exports, "ErrorReason", { enumerable: true, get: function
|
|
|
38
38
|
Object.defineProperty(exports, "IdentifierType", { enumerable: true, get: function () { return automations_v2_activation_activations_universal_js_2.IdentifierType; } });
|
|
39
39
|
Object.defineProperty(exports, "Operator", { enumerable: true, get: function () { return automations_v2_activation_activations_universal_js_2.Operator; } });
|
|
40
40
|
Object.defineProperty(exports, "Origin", { enumerable: true, get: function () { return automations_v2_activation_activations_universal_js_2.Origin; } });
|
|
41
|
-
Object.defineProperty(exports, "RuntimeStatus", { enumerable: true, get: function () { return automations_v2_activation_activations_universal_js_2.RuntimeStatus; } });
|
|
42
41
|
Object.defineProperty(exports, "ScheduleStatus", { enumerable: true, get: function () { return automations_v2_activation_activations_universal_js_2.ScheduleStatus; } });
|
|
43
42
|
Object.defineProperty(exports, "SkipReason", { enumerable: true, get: function () { return automations_v2_activation_activations_universal_js_2.SkipReason; } });
|
|
44
43
|
Object.defineProperty(exports, "Status", { enumerable: true, get: function () { return automations_v2_activation_activations_universal_js_2.Status; } });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"automations-v2-activation-activations.public.js","sourceRoot":"","sources":["../../../src/automations-v2-activation-activations.public.ts"],"names":[],"mappings":";;;AACA,6HAa8D;AAEjD,QAAA,UAAU,GAAG,EAAE,YAAY,EAAE,kBAAkB,EAAE,CAAC;AAE/D,SAAgB,WAAW,CAAC,UAAsB;IAChD,OAAO,CAAC,UAAkB,EAAE,OAA4B,EAAE,EAAE,CAC1D,IAAA,gEAAoB,EAClB,UAAU,EACV,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,kCAQC;AAuBD,SAAgB,eAAe,CAC7B,UAAsB;IAEtB,OAAO,CAAC,UAAkB,EAAE,UAAuB,EAAE,EAAE,CACrD,IAAA,oEAAwB,EACtB,UAAU,EACV,UAAU;IACV,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAVD,0CAUC;AAeD,SAAgB,eAAe,CAC7B,UAAsB;IAEtB,OAAO,CAAC,UAAkB,EAAE,iBAA2B,EAAE,EAAE,CACzD,IAAA,oEAAwB,EACtB,UAAU,EACV,iBAAiB;IACjB,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAVD,0CAUC;AAcD,SAAgB,WAAW,CAAC,UAAsB;IAChD,OAAO,CAAC,UAAkB,EAAE,gBAAwB,EAAE,EAAE,CACtD,IAAA,gEAAoB,EAClB,UAAU,EACV,gBAAgB;IAChB,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,kCAQC;AA6BD,2HAiL8D;
|
|
1
|
+
{"version":3,"file":"automations-v2-activation-activations.public.js","sourceRoot":"","sources":["../../../src/automations-v2-activation-activations.public.ts"],"names":[],"mappings":";;;AACA,6HAa8D;AAEjD,QAAA,UAAU,GAAG,EAAE,YAAY,EAAE,kBAAkB,EAAE,CAAC;AAE/D,SAAgB,WAAW,CAAC,UAAsB;IAChD,OAAO,CAAC,UAAkB,EAAE,OAA4B,EAAE,EAAE,CAC1D,IAAA,gEAAoB,EAClB,UAAU,EACV,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,kCAQC;AAuBD,SAAgB,eAAe,CAC7B,UAAsB;IAEtB,OAAO,CAAC,UAAkB,EAAE,UAAuB,EAAE,EAAE,CACrD,IAAA,oEAAwB,EACtB,UAAU,EACV,UAAU;IACV,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAVD,0CAUC;AAeD,SAAgB,eAAe,CAC7B,UAAsB;IAEtB,OAAO,CAAC,UAAkB,EAAE,iBAA2B,EAAE,EAAE,CACzD,IAAA,oEAAwB,EACtB,UAAU,EACV,iBAAiB;IACjB,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAVD,0CAUC;AAcD,SAAgB,WAAW,CAAC,UAAsB;IAChD,OAAO,CAAC,UAAkB,EAAE,gBAAwB,EAAE,EAAE,CACtD,IAAA,gEAAoB,EAClB,UAAU,EACV,gBAAgB;IAChB,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,kCAQC;AA6BD,2HAiL8D;AArK5D,yKAAA,mCAAmC,OAAA;AAYnC,mKAAA,6BAA6B,OAAA;AAa7B,mKAAA,6BAA6B,OAAA;AAQ7B,+IAAA,SAAS,OAAA;AAeT,wJAAA,kBAAkB,OAAA;AAclB,4IAAA,MAAM,OAAA;AAaN,iJAAA,WAAW,OAAA;AAeX,oJAAA,cAAc,OAAA;AASd,8IAAA,QAAQ,OAAA;AACR,4IAAA,MAAM,OAAA;AA+BN,oJAAA,cAAc,OAAA;AAUd,gJAAA,UAAU,OAAA;AAOV,4IAAA,MAAM,OAAA;AAKN,4IAAA,MAAM,OAAA;AACN,8IAAA,QAAQ,OAAA;AAGR,0IAAA,IAAI,OAAA;AACJ,2IAAA,KAAK,OAAA;AAML,yJAAA,mBAAmB,OAAA"}
|
|
@@ -458,6 +458,16 @@ export interface AutomationConfigurationActionInfoOneOf {
|
|
|
458
458
|
/** Rate-limiting action. */
|
|
459
459
|
rateLimitInfo?: RateLimitAction;
|
|
460
460
|
}
|
|
461
|
+
export interface FilterableAppDefinedActions {
|
|
462
|
+
/**
|
|
463
|
+
* App defined action identifiers, each identifier in form `${appId}_${actionKey}`
|
|
464
|
+
* @minSize 1
|
|
465
|
+
* @maxSize 100
|
|
466
|
+
* @minLength 1
|
|
467
|
+
* @maxLength 150
|
|
468
|
+
*/
|
|
469
|
+
actionIdentifiers?: string[];
|
|
470
|
+
}
|
|
461
471
|
export declare enum Origin {
|
|
462
472
|
/** Default value. This is unused. */
|
|
463
473
|
UNKNOWN_ORIGIN = "UNKNOWN_ORIGIN",
|
|
@@ -476,6 +486,11 @@ export interface ApplicationOrigin {
|
|
|
476
486
|
* @format GUID
|
|
477
487
|
*/
|
|
478
488
|
appId?: string;
|
|
489
|
+
/**
|
|
490
|
+
* External ID to correlate multiple sites to an automation
|
|
491
|
+
* @format GUID
|
|
492
|
+
*/
|
|
493
|
+
appDefinedExternalId?: string | null;
|
|
479
494
|
}
|
|
480
495
|
export interface PreinstalledOrigin {
|
|
481
496
|
/**
|
|
@@ -548,39 +563,6 @@ export interface ExtendedFields {
|
|
|
548
563
|
*/
|
|
549
564
|
namespaces?: Record<string, Record<string, any>>;
|
|
550
565
|
}
|
|
551
|
-
export interface ActivationStatus {
|
|
552
|
-
/**
|
|
553
|
-
* Activation's ID.
|
|
554
|
-
* @format GUID
|
|
555
|
-
*/
|
|
556
|
-
id?: string;
|
|
557
|
-
/**
|
|
558
|
-
* Configuration's ID.
|
|
559
|
-
* @format GUID
|
|
560
|
-
*/
|
|
561
|
-
configurationId?: string;
|
|
562
|
-
/**
|
|
563
|
-
* Configuration's Correlation ID.
|
|
564
|
-
* @format GUID
|
|
565
|
-
*/
|
|
566
|
-
configurationCorrelationId?: string;
|
|
567
|
-
/** Activation's status. */
|
|
568
|
-
status?: RuntimeStatus;
|
|
569
|
-
/** Activation's error reason (if there is one). */
|
|
570
|
-
errorReason?: string | null;
|
|
571
|
-
}
|
|
572
|
-
export declare enum RuntimeStatus {
|
|
573
|
-
UNKNOWN_STATUS = "UNKNOWN_STATUS",
|
|
574
|
-
STARTED = "STARTED",
|
|
575
|
-
ENDED = "ENDED",
|
|
576
|
-
ERROR = "ERROR",
|
|
577
|
-
SCHEDULED = "SCHEDULED",
|
|
578
|
-
FROM_SCHEDULER = "FROM_SCHEDULER",
|
|
579
|
-
RETRY = "RETRY",
|
|
580
|
-
RESUMED = "RESUMED",
|
|
581
|
-
PAUSED = "PAUSED",
|
|
582
|
-
ACTION_SKIPPED = "ACTION_SKIPPED"
|
|
583
|
-
}
|
|
584
566
|
export interface ActivationStatusChanged extends ActivationStatusChangedStatusInfoOneOf {
|
|
585
567
|
/** Initiated status information */
|
|
586
568
|
initiatedInfo?: InitiatedStatusInfo;
|
|
@@ -1039,16 +1021,6 @@ export declare enum WebhookIdentityType {
|
|
|
1039
1021
|
WIX_USER = "WIX_USER",
|
|
1040
1022
|
APP = "APP"
|
|
1041
1023
|
}
|
|
1042
|
-
export interface FilterableAppDefinedActions {
|
|
1043
|
-
/**
|
|
1044
|
-
* App defined action identifiers, each identifier in form `${appId}_${actionKey}`
|
|
1045
|
-
* @minSize 1
|
|
1046
|
-
* @maxSize 100
|
|
1047
|
-
* @minLength 1
|
|
1048
|
-
* @maxLength 150
|
|
1049
|
-
*/
|
|
1050
|
-
actionIdentifiers?: string[];
|
|
1051
|
-
}
|
|
1052
1024
|
export interface ConsumeReportEventRequest {
|
|
1053
1025
|
/**
|
|
1054
1026
|
* Repeated list of event details for bulk reporting.
|
|
@@ -1865,6 +1837,8 @@ export interface ActivationActionStatusChanged extends ActivationActionStatusCha
|
|
|
1865
1837
|
automationInfo?: AutomationInfo;
|
|
1866
1838
|
/** Action type */
|
|
1867
1839
|
type?: Type;
|
|
1840
|
+
/** Action attributes */
|
|
1841
|
+
attributes?: ActionAttributes;
|
|
1868
1842
|
/**
|
|
1869
1843
|
* External entity ID
|
|
1870
1844
|
* @maxLength 40
|
|
@@ -1891,6 +1865,8 @@ export interface ActivationActionStatusChangedStatusInfoOneOf {
|
|
|
1891
1865
|
/** Failed status information */
|
|
1892
1866
|
failedInfo?: FailedStatusInfo;
|
|
1893
1867
|
}
|
|
1868
|
+
export interface RetryInfo {
|
|
1869
|
+
}
|
|
1894
1870
|
export interface StartedStatusInfoAppDefinedActionInfo {
|
|
1895
1871
|
/** Action input */
|
|
1896
1872
|
input?: Record<string, any> | null;
|
|
@@ -1968,6 +1944,13 @@ export interface AutomationInfoTriggerInfo {
|
|
|
1968
1944
|
*/
|
|
1969
1945
|
triggerKey?: string;
|
|
1970
1946
|
}
|
|
1947
|
+
export interface ActionAttributes {
|
|
1948
|
+
/**
|
|
1949
|
+
* Indicates if this action run is part of a retry attempt
|
|
1950
|
+
* If it's not null, it's a retry action run
|
|
1951
|
+
*/
|
|
1952
|
+
retry?: RetryInfo;
|
|
1953
|
+
}
|
|
1971
1954
|
export interface AppDefinedActionInfo {
|
|
1972
1955
|
/**
|
|
1973
1956
|
* Action app ID
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ActivationActionStatusChangedStatus = exports.Status = exports.IdentifierType = exports.BlockType = exports.WebhookIdentityType = exports.ScheduleStatus = exports.Units = exports.ActivationStatusChangedStatus = exports.SkipReason = exports.ErrorReason = exports.CancellationReason = exports.Target = exports.
|
|
3
|
+
exports.ActivationActionStatusChangedStatus = exports.Status = exports.IdentifierType = exports.BlockType = exports.WebhookIdentityType = exports.ScheduleStatus = exports.Units = exports.ActivationStatusChangedStatus = exports.SkipReason = exports.ErrorReason = exports.CancellationReason = exports.Target = exports.Origin = exports.AutomationConfigurationStatus = exports.Type = exports.Operator = exports.TimeUnit = exports.Domain = void 0;
|
|
4
4
|
var Domain;
|
|
5
5
|
(function (Domain) {
|
|
6
6
|
/** User domain (default). */
|
|
@@ -62,19 +62,6 @@ var Origin;
|
|
|
62
62
|
/** Automation created from a recipe. */
|
|
63
63
|
Origin["RECIPE"] = "RECIPE";
|
|
64
64
|
})(Origin || (exports.Origin = Origin = {}));
|
|
65
|
-
var RuntimeStatus;
|
|
66
|
-
(function (RuntimeStatus) {
|
|
67
|
-
RuntimeStatus["UNKNOWN_STATUS"] = "UNKNOWN_STATUS";
|
|
68
|
-
RuntimeStatus["STARTED"] = "STARTED";
|
|
69
|
-
RuntimeStatus["ENDED"] = "ENDED";
|
|
70
|
-
RuntimeStatus["ERROR"] = "ERROR";
|
|
71
|
-
RuntimeStatus["SCHEDULED"] = "SCHEDULED";
|
|
72
|
-
RuntimeStatus["FROM_SCHEDULER"] = "FROM_SCHEDULER";
|
|
73
|
-
RuntimeStatus["RETRY"] = "RETRY";
|
|
74
|
-
RuntimeStatus["RESUMED"] = "RESUMED";
|
|
75
|
-
RuntimeStatus["PAUSED"] = "PAUSED";
|
|
76
|
-
RuntimeStatus["ACTION_SKIPPED"] = "ACTION_SKIPPED";
|
|
77
|
-
})(RuntimeStatus || (exports.RuntimeStatus = RuntimeStatus = {}));
|
|
78
65
|
var Target;
|
|
79
66
|
(function (Target) {
|
|
80
67
|
Target["UNKNOWN_TARGET"] = "UNKNOWN_TARGET";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"automations-v2-activation-activations.types.js","sourceRoot":"","sources":["../../../src/automations-v2-activation-activations.types.ts"],"names":[],"mappings":";;;AAkHA,IAAY,MAKX;AALD,WAAY,MAAM;IAChB,6BAA6B;IAC7B,uBAAa,CAAA;IACb,kBAAkB;IAClB,qBAAW,CAAA;AACb,CAAC,EALW,MAAM,sBAAN,MAAM,QAKjB;AAwDD,IAAY,QAOX;AAPD,WAAY,QAAQ;IAClB,mDAAuC,CAAA;IACvC,+BAAmB,CAAA;IACnB,2BAAe,CAAA;IACf,yBAAa,CAAA;IACb,2BAAe,CAAA;IACf,6BAAiB,CAAA;AACnB,CAAC,EAPW,QAAQ,wBAAR,QAAQ,QAOnB;AA0ED,IAAY,QAIX;AAJD,WAAY,QAAQ;IAClB,iDAAqC,CAAA;IACrC,qBAAS,CAAA;IACT,uBAAW,CAAA;AACb,CAAC,EAJW,QAAQ,wBAAR,QAAQ,QAInB;AAED,IAAY,IAeX;AAfD,WAAY,IAAI;IACd,2EAA2E;IAC3E,mDAA2C,CAAA;IAC3C,0BAA0B;IAC1B,mCAA2B,CAAA;IAC3B,wBAAwB;IACxB,+BAAuB,CAAA;IACvB,oBAAoB;IACpB,uBAAe,CAAA;IACf,wBAAwB;IACxB,iCAAyB,CAAA;IACzB,4BAA4B;IAC5B,uCAA+B,CAAA;IAC/B,qBAAqB;IACrB,yBAAiB,CAAA;AACnB,CAAC,EAfW,IAAI,oBAAJ,IAAI,QAef;AAiID,IAAY,6BAOX;AAPD,WAAY,6BAA6B;IACvC,aAAa;IACb,kEAAiC,CAAA;IACjC,0EAA0E;IAC1E,kDAAiB,CAAA;IACjB,uCAAuC;IACvC,sDAAqB,CAAA;AACvB,CAAC,EAPW,6BAA6B,6CAA7B,6BAA6B,QAOxC;
|
|
1
|
+
{"version":3,"file":"automations-v2-activation-activations.types.js","sourceRoot":"","sources":["../../../src/automations-v2-activation-activations.types.ts"],"names":[],"mappings":"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"}
|
|
@@ -458,6 +458,16 @@ export interface AutomationConfigurationActionInfoOneOf {
|
|
|
458
458
|
/** Rate-limiting action. */
|
|
459
459
|
rateLimitInfo?: RateLimitAction;
|
|
460
460
|
}
|
|
461
|
+
export interface FilterableAppDefinedActions {
|
|
462
|
+
/**
|
|
463
|
+
* App defined action identifiers, each identifier in form `${appId}_${actionKey}`
|
|
464
|
+
* @minSize 1
|
|
465
|
+
* @maxSize 100
|
|
466
|
+
* @minLength 1
|
|
467
|
+
* @maxLength 150
|
|
468
|
+
*/
|
|
469
|
+
actionIdentifiers?: string[];
|
|
470
|
+
}
|
|
461
471
|
export declare enum Origin {
|
|
462
472
|
/** Default value. This is unused. */
|
|
463
473
|
UNKNOWN_ORIGIN = "UNKNOWN_ORIGIN",
|
|
@@ -476,6 +486,11 @@ export interface ApplicationOrigin {
|
|
|
476
486
|
* @format GUID
|
|
477
487
|
*/
|
|
478
488
|
appId?: string;
|
|
489
|
+
/**
|
|
490
|
+
* External ID to correlate multiple sites to an automation
|
|
491
|
+
* @format GUID
|
|
492
|
+
*/
|
|
493
|
+
appDefinedExternalId?: string | null;
|
|
479
494
|
}
|
|
480
495
|
export interface PreinstalledOrigin {
|
|
481
496
|
/**
|
|
@@ -548,39 +563,6 @@ export interface ExtendedFields {
|
|
|
548
563
|
*/
|
|
549
564
|
namespaces?: Record<string, Record<string, any>>;
|
|
550
565
|
}
|
|
551
|
-
export interface ActivationStatus {
|
|
552
|
-
/**
|
|
553
|
-
* Activation's ID.
|
|
554
|
-
* @format GUID
|
|
555
|
-
*/
|
|
556
|
-
_id?: string;
|
|
557
|
-
/**
|
|
558
|
-
* Configuration's ID.
|
|
559
|
-
* @format GUID
|
|
560
|
-
*/
|
|
561
|
-
configurationId?: string;
|
|
562
|
-
/**
|
|
563
|
-
* Configuration's Correlation ID.
|
|
564
|
-
* @format GUID
|
|
565
|
-
*/
|
|
566
|
-
configurationCorrelationId?: string;
|
|
567
|
-
/** Activation's status. */
|
|
568
|
-
status?: RuntimeStatus;
|
|
569
|
-
/** Activation's error reason (if there is one). */
|
|
570
|
-
errorReason?: string | null;
|
|
571
|
-
}
|
|
572
|
-
export declare enum RuntimeStatus {
|
|
573
|
-
UNKNOWN_STATUS = "UNKNOWN_STATUS",
|
|
574
|
-
STARTED = "STARTED",
|
|
575
|
-
ENDED = "ENDED",
|
|
576
|
-
ERROR = "ERROR",
|
|
577
|
-
SCHEDULED = "SCHEDULED",
|
|
578
|
-
FROM_SCHEDULER = "FROM_SCHEDULER",
|
|
579
|
-
RETRY = "RETRY",
|
|
580
|
-
RESUMED = "RESUMED",
|
|
581
|
-
PAUSED = "PAUSED",
|
|
582
|
-
ACTION_SKIPPED = "ACTION_SKIPPED"
|
|
583
|
-
}
|
|
584
566
|
export interface ActivationStatusChanged extends ActivationStatusChangedStatusInfoOneOf {
|
|
585
567
|
/** Initiated status information */
|
|
586
568
|
initiatedInfo?: InitiatedStatusInfo;
|
|
@@ -1037,16 +1019,6 @@ export declare enum WebhookIdentityType {
|
|
|
1037
1019
|
WIX_USER = "WIX_USER",
|
|
1038
1020
|
APP = "APP"
|
|
1039
1021
|
}
|
|
1040
|
-
export interface FilterableAppDefinedActions {
|
|
1041
|
-
/**
|
|
1042
|
-
* App defined action identifiers, each identifier in form `${appId}_${actionKey}`
|
|
1043
|
-
* @minSize 1
|
|
1044
|
-
* @maxSize 100
|
|
1045
|
-
* @minLength 1
|
|
1046
|
-
* @maxLength 150
|
|
1047
|
-
*/
|
|
1048
|
-
actionIdentifiers?: string[];
|
|
1049
|
-
}
|
|
1050
1022
|
export interface ConsumeReportEventRequest {
|
|
1051
1023
|
/**
|
|
1052
1024
|
* Repeated list of event details for bulk reporting.
|
|
@@ -1863,6 +1835,8 @@ export interface ActivationActionStatusChanged extends ActivationActionStatusCha
|
|
|
1863
1835
|
automationInfo?: AutomationInfo;
|
|
1864
1836
|
/** Action type */
|
|
1865
1837
|
type?: Type;
|
|
1838
|
+
/** Action attributes */
|
|
1839
|
+
attributes?: ActionAttributes;
|
|
1866
1840
|
/**
|
|
1867
1841
|
* External entity ID
|
|
1868
1842
|
* @maxLength 40
|
|
@@ -1889,6 +1863,8 @@ export interface ActivationActionStatusChangedStatusInfoOneOf {
|
|
|
1889
1863
|
/** Failed status information */
|
|
1890
1864
|
failedInfo?: FailedStatusInfo;
|
|
1891
1865
|
}
|
|
1866
|
+
export interface RetryInfo {
|
|
1867
|
+
}
|
|
1892
1868
|
export interface StartedStatusInfoAppDefinedActionInfo {
|
|
1893
1869
|
/** Action input */
|
|
1894
1870
|
input?: Record<string, any> | null;
|
|
@@ -1966,6 +1942,13 @@ export interface AutomationInfoTriggerInfo {
|
|
|
1966
1942
|
*/
|
|
1967
1943
|
triggerKey?: string;
|
|
1968
1944
|
}
|
|
1945
|
+
export interface ActionAttributes {
|
|
1946
|
+
/**
|
|
1947
|
+
* Indicates if this action run is part of a retry attempt
|
|
1948
|
+
* If it's not null, it's a retry action run
|
|
1949
|
+
*/
|
|
1950
|
+
retry?: RetryInfo;
|
|
1951
|
+
}
|
|
1969
1952
|
export interface AppDefinedActionInfo {
|
|
1970
1953
|
/**
|
|
1971
1954
|
* Action app ID
|
|
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.cancelEvent = exports.bulkCancelEvent = exports.bulkReportEvent = exports.reportEvent = exports.ActivationActionStatusChangedStatus = exports.Status = exports.IdentifierType = exports.BlockType = exports.WebhookIdentityType = exports.ScheduleStatus = exports.Units = exports.ActivationStatusChangedStatus = exports.SkipReason = exports.ErrorReason = exports.CancellationReason = exports.Target = exports.
|
|
26
|
+
exports.cancelEvent = exports.bulkCancelEvent = exports.bulkReportEvent = exports.reportEvent = exports.ActivationActionStatusChangedStatus = exports.Status = exports.IdentifierType = exports.BlockType = exports.WebhookIdentityType = exports.ScheduleStatus = exports.Units = exports.ActivationStatusChangedStatus = exports.SkipReason = exports.ErrorReason = exports.CancellationReason = exports.Target = exports.Origin = exports.AutomationConfigurationStatus = exports.Type = exports.Operator = exports.TimeUnit = exports.Domain = void 0;
|
|
27
27
|
const transform_error_1 = require("@wix/sdk-runtime/transform-error");
|
|
28
28
|
const rename_all_nested_keys_1 = require("@wix/sdk-runtime/rename-all-nested-keys");
|
|
29
29
|
const ambassadorWixAutomationsV2Activation = __importStar(require("./automations-v2-activation-activations.http.js"));
|
|
@@ -88,19 +88,6 @@ var Origin;
|
|
|
88
88
|
/** Automation created from a recipe. */
|
|
89
89
|
Origin["RECIPE"] = "RECIPE";
|
|
90
90
|
})(Origin || (exports.Origin = Origin = {}));
|
|
91
|
-
var RuntimeStatus;
|
|
92
|
-
(function (RuntimeStatus) {
|
|
93
|
-
RuntimeStatus["UNKNOWN_STATUS"] = "UNKNOWN_STATUS";
|
|
94
|
-
RuntimeStatus["STARTED"] = "STARTED";
|
|
95
|
-
RuntimeStatus["ENDED"] = "ENDED";
|
|
96
|
-
RuntimeStatus["ERROR"] = "ERROR";
|
|
97
|
-
RuntimeStatus["SCHEDULED"] = "SCHEDULED";
|
|
98
|
-
RuntimeStatus["FROM_SCHEDULER"] = "FROM_SCHEDULER";
|
|
99
|
-
RuntimeStatus["RETRY"] = "RETRY";
|
|
100
|
-
RuntimeStatus["RESUMED"] = "RESUMED";
|
|
101
|
-
RuntimeStatus["PAUSED"] = "PAUSED";
|
|
102
|
-
RuntimeStatus["ACTION_SKIPPED"] = "ACTION_SKIPPED";
|
|
103
|
-
})(RuntimeStatus || (exports.RuntimeStatus = RuntimeStatus = {}));
|
|
104
91
|
var Target;
|
|
105
92
|
(function (Target) {
|
|
106
93
|
Target["UNKNOWN_TARGET"] = "UNKNOWN_TARGET";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"automations-v2-activation-activations.universal.js","sourceRoot":"","sources":["../../../src/automations-v2-activation-activations.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,sHAAwG;AAoHxG,IAAY,MAKX;AALD,WAAY,MAAM;IAChB,6BAA6B;IAC7B,uBAAa,CAAA;IACb,kBAAkB;IAClB,qBAAW,CAAA;AACb,CAAC,EALW,MAAM,sBAAN,MAAM,QAKjB;AAwDD,IAAY,QAOX;AAPD,WAAY,QAAQ;IAClB,mDAAuC,CAAA;IACvC,+BAAmB,CAAA;IACnB,2BAAe,CAAA;IACf,yBAAa,CAAA;IACb,2BAAe,CAAA;IACf,6BAAiB,CAAA;AACnB,CAAC,EAPW,QAAQ,wBAAR,QAAQ,QAOnB;AA0ED,IAAY,QAIX;AAJD,WAAY,QAAQ;IAClB,iDAAqC,CAAA;IACrC,qBAAS,CAAA;IACT,uBAAW,CAAA;AACb,CAAC,EAJW,QAAQ,wBAAR,QAAQ,QAInB;AAED,IAAY,IAeX;AAfD,WAAY,IAAI;IACd,2EAA2E;IAC3E,mDAA2C,CAAA;IAC3C,0BAA0B;IAC1B,mCAA2B,CAAA;IAC3B,wBAAwB;IACxB,+BAAuB,CAAA;IACvB,oBAAoB;IACpB,uBAAe,CAAA;IACf,wBAAwB;IACxB,iCAAyB,CAAA;IACzB,4BAA4B;IAC5B,uCAA+B,CAAA;IAC/B,qBAAqB;IACrB,yBAAiB,CAAA;AACnB,CAAC,EAfW,IAAI,oBAAJ,IAAI,QAef;AAiID,IAAY,6BAOX;AAPD,WAAY,6BAA6B;IACvC,aAAa;IACb,kEAAiC,CAAA;IACjC,0EAA0E;IAC1E,kDAAiB,CAAA;IACjB,uCAAuC;IACvC,sDAAqB,CAAA;AACvB,CAAC,EAPW,6BAA6B,6CAA7B,6BAA6B,QAOxC;
|
|
1
|
+
{"version":3,"file":"automations-v2-activation-activations.universal.js","sourceRoot":"","sources":["../../../src/automations-v2-activation-activations.universal.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,5 +4,5 @@ export declare const reportEvent: MaybeContext<BuildRESTFunction<typeof publicRe
|
|
|
4
4
|
export declare const bulkReportEvent: MaybeContext<BuildRESTFunction<typeof publicBulkReportEvent> & typeof publicBulkReportEvent>;
|
|
5
5
|
export declare const bulkCancelEvent: MaybeContext<BuildRESTFunction<typeof publicBulkCancelEvent> & typeof publicBulkCancelEvent>;
|
|
6
6
|
export declare const cancelEvent: MaybeContext<BuildRESTFunction<typeof publicCancelEvent> & typeof publicCancelEvent>;
|
|
7
|
-
export { Domain, TimeUnit, Operator, Type, AutomationConfigurationStatus, Origin,
|
|
8
|
-
export { Activation, Automation, AutomationOriginInfoOneOf, ActionSettings, Enrichment, AuditInfo, AuditInfoIdOneOf, AutomationConfiguration, Filter, FutureDateActivationOffset, RateLimit, FilterValueSelection, ConditionExpressionGroup, AppDefinedAction, ConditionAction, DelayAction, RateLimitAction, SetVariablesAction, OutputAction, Trigger, AutomationConfigurationAction, AutomationConfigurationActionInfoOneOf, ApplicationOrigin, PreinstalledOrigin, AutomationSettings, DraftInfo, Enrichments, ExtendedFields,
|
|
7
|
+
export { Domain, TimeUnit, Operator, Type, AutomationConfigurationStatus, Origin, Target, CancellationReason, ErrorReason, SkipReason, ActivationStatusChangedStatus, Units, ScheduleStatus, WebhookIdentityType, BlockType, IdentifierType, Status, ActivationActionStatusChangedStatus, } from './automations-v2-activation-activations.universal.js';
|
|
8
|
+
export { Activation, Automation, AutomationOriginInfoOneOf, ActionSettings, Enrichment, AuditInfo, AuditInfoIdOneOf, AutomationConfiguration, Filter, FutureDateActivationOffset, RateLimit, FilterValueSelection, ConditionExpressionGroup, AppDefinedAction, ConditionAction, DelayAction, RateLimitAction, SetVariablesAction, OutputAction, Trigger, AutomationConfigurationAction, AutomationConfigurationActionInfoOneOf, FilterableAppDefinedActions, ApplicationOrigin, PreinstalledOrigin, AutomationSettings, DraftInfo, Enrichments, ExtendedFields, ActivationStatusChanged, ActivationStatusChangedStatusInfoOneOf, Identity, InitiatedStatusInfo, ActivationStatusChangedStartedStatusInfo, ScheduledStatusInfo, CancelledStatusInfo, ActivationStatusChangedFailedStatusInfo, SkippedStatusInfo, ScheduleRequest, Schedule, ScheduledAction, Delay, DelayOfOneOf, SimpleDelay, TriggerInfo, ScheduleResponse, CancelPendingScheduleRequest, CancelPendingScheduleRequestByOneOf, CancelPendingScheduleResponse, UpdatePendingSchedulesPayloadRequest, UpdatePendingSchedulesPayloadResponse, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, MessageEnvelope, IdentificationData, IdentificationDataIdOneOf, ConsumeReportEventRequest, EventInfo, Idempotency, BatchActivationRequest, ActivationRequest, Runtime, Scheduler, AsyncAction, ActionData, Action, ActionActionOneOf, ServiceMapping, IfFilter, SwitchFilter, Case, DelayHelper, RateLimiting, ConditionFilter, ConditionBlock, Output, SetVariables, Service, SystemHelper, SystemHelperHelperOneOf, SpiAction, ActivationSource, ActivationSourceOfOneOf, ActionsData, ActivationScheduleRequested, ScheduleActivationRequested, ActivationContinuedAfterSchedule, ReportEventRequest, ReportEventResponse, BulkReportEventRequest, BulkReportEventResponse, BulkReportEventResult, ItemMetadata, ApplicationError, BulkActionMetadata, BulkCancelEventRequest, BulkCancelEventResponse, BulkCancelEventResult, CancelEventRequest, CancelEventResponse, V1RunAutomationRequest, V1RunAutomationRequestIdentifierOneOf, PreinstalledIdentifier, AutomationIdentifier, V1RunAutomationResponse, ReportDomainEventRequest, ReportDomainEventResponse, ExecuteFromActionRequest, ExecuteFromActionResponse, Empty, ActivationScheduleCompleted, ResumeAfterAsyncActionCompleted, ResumeAfterAsyncActionCompletedStatusInfoOneOf, SuccessInfo, FailureInfo, ActivationActionStatusChanged, ActivationActionStatusChangedInfoOneOf, ActivationActionStatusChangedStatusInfoOneOf, RetryInfo, StartedStatusInfoAppDefinedActionInfo, StartedStatusInfoDelayActionInfo, InvokedAsyncStatusInfoAppDefinedActionInfo, ExpressionEvaluationResult, EndedStatusInfoAppDefinedActionInfo, ConditionActionInfo, RateLimitActionInfo, DelayActionInfo, SetVariablesActionInfo, AutomationInfo, AutomationInfoOriginInfoOneOf, AutomationInfoTriggerInfo, ActionAttributes, AppDefinedActionInfo, StartedStatusInfo, StartedStatusInfoTypeInfoOneOf, InvokedAsyncStatusInfo, InvokedAsyncStatusInfoTypeInfoOneOf, EndedStatusInfo, EndedStatusInfoTypeInfoOneOf, FailedStatusInfo, ActivationResumeAfterDelay, ActionCompletedRequest, RefreshPayloadRequest, RefreshPayloadResponse, RunAutomationRequest, RunAutomationResponse, ReportActionInvocationCompletedRequest, ReportActionInvocationCompletedRequestStatusInfoOneOf, ReportActionInvocationCompletedResponse, ReportEventResponseNonNullableFields, BulkReportEventResponseNonNullableFields, BulkCancelEventResponseNonNullableFields, ReportEventOptions, } from './automations-v2-activation-activations.universal.js';
|
|
@@ -4,5 +4,5 @@ export const reportEvent = /*#__PURE__*/ createRESTModule(publicReportEvent);
|
|
|
4
4
|
export const bulkReportEvent = /*#__PURE__*/ createRESTModule(publicBulkReportEvent);
|
|
5
5
|
export const bulkCancelEvent = /*#__PURE__*/ createRESTModule(publicBulkCancelEvent);
|
|
6
6
|
export const cancelEvent = /*#__PURE__*/ createRESTModule(publicCancelEvent);
|
|
7
|
-
export { Domain, TimeUnit, Operator, Type, AutomationConfigurationStatus, Origin,
|
|
7
|
+
export { Domain, TimeUnit, Operator, Type, AutomationConfigurationStatus, Origin, Target, CancellationReason, ErrorReason, SkipReason, ActivationStatusChangedStatus, Units, ScheduleStatus, WebhookIdentityType, BlockType, IdentifierType, Status, ActivationActionStatusChangedStatus, } from './automations-v2-activation-activations.universal.js';
|
|
8
8
|
//# sourceMappingURL=automations-v2-activation-activations.context.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"automations-v2-activation-activations.context.js","sourceRoot":"","sources":["../../../src/automations-v2-activation-activations.context.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,IAAI,iBAAiB,EAChC,eAAe,IAAI,qBAAqB,EACxC,eAAe,IAAI,qBAAqB,EACxC,WAAW,IAAI,iBAAiB,GACjC,MAAM,mDAAmD,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAGjE,MAAM,CAAC,MAAM,WAAW,GAEpB,aAAa,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,CAAC;AACtD,MAAM,CAAC,MAAM,eAAe,GAExB,aAAa,CAAC,gBAAgB,CAAC,qBAAqB,CAAC,CAAC;AAC1D,MAAM,CAAC,MAAM,eAAe,GAExB,aAAa,CAAC,gBAAgB,CAAC,qBAAqB,CAAC,CAAC;AAC1D,MAAM,CAAC,MAAM,WAAW,GAEpB,aAAa,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,CAAC;AAEtD,OAAO,EACL,MAAM,EACN,QAAQ,EACR,QAAQ,EACR,IAAI,EACJ,6BAA6B,EAC7B,MAAM,EACN,
|
|
1
|
+
{"version":3,"file":"automations-v2-activation-activations.context.js","sourceRoot":"","sources":["../../../src/automations-v2-activation-activations.context.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,IAAI,iBAAiB,EAChC,eAAe,IAAI,qBAAqB,EACxC,eAAe,IAAI,qBAAqB,EACxC,WAAW,IAAI,iBAAiB,GACjC,MAAM,mDAAmD,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAGjE,MAAM,CAAC,MAAM,WAAW,GAEpB,aAAa,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,CAAC;AACtD,MAAM,CAAC,MAAM,eAAe,GAExB,aAAa,CAAC,gBAAgB,CAAC,qBAAqB,CAAC,CAAC;AAC1D,MAAM,CAAC,MAAM,eAAe,GAExB,aAAa,CAAC,gBAAgB,CAAC,qBAAqB,CAAC,CAAC;AAC1D,MAAM,CAAC,MAAM,WAAW,GAEpB,aAAa,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,CAAC;AAEtD,OAAO,EACL,MAAM,EACN,QAAQ,EACR,QAAQ,EACR,IAAI,EACJ,6BAA6B,EAC7B,MAAM,EACN,MAAM,EACN,kBAAkB,EAClB,WAAW,EACX,UAAU,EACV,6BAA6B,EAC7B,KAAK,EACL,cAAc,EACd,mBAAmB,EACnB,SAAS,EACT,cAAc,EACd,MAAM,EACN,mCAAmC,GACpC,MAAM,sDAAsD,CAAC"}
|
|
@@ -70,4 +70,4 @@ interface CancelEventSignature {
|
|
|
70
70
|
*/
|
|
71
71
|
(triggerKey: string, externalEntityId: string): Promise<void>;
|
|
72
72
|
}
|
|
73
|
-
export { Action, ActionActionOneOf, ActionCompletedRequest, ActionData, ActionEvent, ActionSettings, ActionsData, Activation, ActivationActionStatusChanged, ActivationActionStatusChangedInfoOneOf, ActivationActionStatusChangedStatus, ActivationActionStatusChangedStatusInfoOneOf, ActivationContinuedAfterSchedule, ActivationRequest, ActivationResumeAfterDelay, ActivationScheduleCompleted, ActivationScheduleRequested, ActivationSource, ActivationSourceOfOneOf,
|
|
73
|
+
export { Action, ActionActionOneOf, ActionAttributes, ActionCompletedRequest, ActionData, ActionEvent, ActionSettings, ActionsData, Activation, ActivationActionStatusChanged, ActivationActionStatusChangedInfoOneOf, ActivationActionStatusChangedStatus, ActivationActionStatusChangedStatusInfoOneOf, ActivationContinuedAfterSchedule, ActivationRequest, ActivationResumeAfterDelay, ActivationScheduleCompleted, ActivationScheduleRequested, ActivationSource, ActivationSourceOfOneOf, ActivationStatusChanged, ActivationStatusChangedFailedStatusInfo, ActivationStatusChangedStartedStatusInfo, ActivationStatusChangedStatus, ActivationStatusChangedStatusInfoOneOf, AppDefinedAction, AppDefinedActionInfo, ApplicationError, ApplicationOrigin, AsyncAction, AuditInfo, AuditInfoIdOneOf, Automation, AutomationConfiguration, AutomationConfigurationAction, AutomationConfigurationActionInfoOneOf, AutomationConfigurationStatus, AutomationIdentifier, AutomationInfo, AutomationInfoOriginInfoOneOf, AutomationInfoTriggerInfo, AutomationOriginInfoOneOf, AutomationSettings, BatchActivationRequest, BlockType, BulkActionMetadata, BulkCancelEventRequest, BulkCancelEventResponse, BulkCancelEventResponseNonNullableFields, BulkCancelEventResult, BulkReportEventRequest, BulkReportEventResponse, BulkReportEventResponseNonNullableFields, BulkReportEventResult, CancelEventRequest, CancelEventResponse, CancelPendingScheduleRequest, CancelPendingScheduleRequestByOneOf, CancelPendingScheduleResponse, CancellationReason, CancelledStatusInfo, Case, ConditionAction, ConditionActionInfo, ConditionBlock, ConditionExpressionGroup, ConditionFilter, ConsumeReportEventRequest, Delay, DelayAction, DelayActionInfo, DelayHelper, DelayOfOneOf, Domain, DomainEvent, DomainEventBodyOneOf, DraftInfo, Empty, EndedStatusInfo, EndedStatusInfoAppDefinedActionInfo, EndedStatusInfoTypeInfoOneOf, Enrichment, Enrichments, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, ErrorReason, EventInfo, ExecuteFromActionRequest, ExecuteFromActionResponse, ExpressionEvaluationResult, ExtendedFields, FailedStatusInfo, FailureInfo, Filter, FilterValueSelection, FilterableAppDefinedActions, FutureDateActivationOffset, Idempotency, IdentificationData, IdentificationDataIdOneOf, IdentifierType, Identity, IfFilter, InitiatedStatusInfo, InvokedAsyncStatusInfo, InvokedAsyncStatusInfoAppDefinedActionInfo, InvokedAsyncStatusInfoTypeInfoOneOf, ItemMetadata, MessageEnvelope, Operator, Origin, Output, OutputAction, PreinstalledIdentifier, PreinstalledOrigin, RateLimit, RateLimitAction, RateLimitActionInfo, RateLimiting, RefreshPayloadRequest, RefreshPayloadResponse, ReportActionInvocationCompletedRequest, ReportActionInvocationCompletedRequestStatusInfoOneOf, ReportActionInvocationCompletedResponse, ReportDomainEventRequest, ReportDomainEventResponse, ReportEventOptions, ReportEventRequest, ReportEventResponse, ReportEventResponseNonNullableFields, RestoreInfo, ResumeAfterAsyncActionCompleted, ResumeAfterAsyncActionCompletedStatusInfoOneOf, RetryInfo, RunAutomationRequest, RunAutomationResponse, Runtime, Schedule, ScheduleActivationRequested, ScheduleRequest, ScheduleResponse, ScheduleStatus, ScheduledAction, ScheduledStatusInfo, Scheduler, Service, ServiceMapping, SetVariables, SetVariablesAction, SetVariablesActionInfo, SimpleDelay, SkipReason, SkippedStatusInfo, SpiAction, StartedStatusInfo, StartedStatusInfoAppDefinedActionInfo, StartedStatusInfoDelayActionInfo, StartedStatusInfoTypeInfoOneOf, Status, SuccessInfo, SwitchFilter, SystemHelper, SystemHelperHelperOneOf, Target, TimeUnit, Trigger, TriggerInfo, Type, Units, UpdatePendingSchedulesPayloadRequest, UpdatePendingSchedulesPayloadResponse, V1RunAutomationRequest, V1RunAutomationRequestIdentifierOneOf, V1RunAutomationResponse, WebhookIdentityType, } from './automations-v2-activation-activations.universal.js';
|
|
@@ -20,5 +20,5 @@ export function cancelEvent(httpClient) {
|
|
|
20
20
|
// @ts-ignore
|
|
21
21
|
{ httpClient });
|
|
22
22
|
}
|
|
23
|
-
export { ActivationActionStatusChangedStatus, ActivationStatusChangedStatus, AutomationConfigurationStatus, BlockType, CancellationReason, Domain, ErrorReason, IdentifierType, Operator, Origin,
|
|
23
|
+
export { ActivationActionStatusChangedStatus, ActivationStatusChangedStatus, AutomationConfigurationStatus, BlockType, CancellationReason, Domain, ErrorReason, IdentifierType, Operator, Origin, ScheduleStatus, SkipReason, Status, Target, TimeUnit, Type, Units, WebhookIdentityType, } from './automations-v2-activation-activations.universal.js';
|
|
24
24
|
//# sourceMappingURL=automations-v2-activation-activations.public.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"automations-v2-activation-activations.public.js","sourceRoot":"","sources":["../../../src/automations-v2-activation-activations.public.ts"],"names":[],"mappings":"AACA,OAAO,EASL,eAAe,IAAI,wBAAwB,EAC3C,eAAe,IAAI,wBAAwB,EAC3C,WAAW,IAAI,oBAAoB,EACnC,WAAW,IAAI,oBAAoB,GACpC,MAAM,sDAAsD,CAAC;AAE9D,MAAM,CAAC,MAAM,UAAU,GAAG,EAAE,YAAY,EAAE,kBAAkB,EAAE,CAAC;AAE/D,MAAM,UAAU,WAAW,CAAC,UAAsB;IAChD,OAAO,CAAC,UAAkB,EAAE,OAA4B,EAAE,EAAE,CAC1D,oBAAoB,CAClB,UAAU,EACV,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAuBD,MAAM,UAAU,eAAe,CAC7B,UAAsB;IAEtB,OAAO,CAAC,UAAkB,EAAE,UAAuB,EAAE,EAAE,CACrD,wBAAwB,CACtB,UAAU,EACV,UAAU;IACV,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAeD,MAAM,UAAU,eAAe,CAC7B,UAAsB;IAEtB,OAAO,CAAC,UAAkB,EAAE,iBAA2B,EAAE,EAAE,CACzD,wBAAwB,CACtB,UAAU,EACV,iBAAiB;IACjB,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAcD,MAAM,UAAU,WAAW,CAAC,UAAsB;IAChD,OAAO,CAAC,UAAkB,EAAE,gBAAwB,EAAE,EAAE,CACtD,oBAAoB,CAClB,UAAU,EACV,gBAAgB;IAChB,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AA6BD,OAAO,
|
|
1
|
+
{"version":3,"file":"automations-v2-activation-activations.public.js","sourceRoot":"","sources":["../../../src/automations-v2-activation-activations.public.ts"],"names":[],"mappings":"AACA,OAAO,EASL,eAAe,IAAI,wBAAwB,EAC3C,eAAe,IAAI,wBAAwB,EAC3C,WAAW,IAAI,oBAAoB,EACnC,WAAW,IAAI,oBAAoB,GACpC,MAAM,sDAAsD,CAAC;AAE9D,MAAM,CAAC,MAAM,UAAU,GAAG,EAAE,YAAY,EAAE,kBAAkB,EAAE,CAAC;AAE/D,MAAM,UAAU,WAAW,CAAC,UAAsB;IAChD,OAAO,CAAC,UAAkB,EAAE,OAA4B,EAAE,EAAE,CAC1D,oBAAoB,CAClB,UAAU,EACV,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAuBD,MAAM,UAAU,eAAe,CAC7B,UAAsB;IAEtB,OAAO,CAAC,UAAkB,EAAE,UAAuB,EAAE,EAAE,CACrD,wBAAwB,CACtB,UAAU,EACV,UAAU;IACV,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAeD,MAAM,UAAU,eAAe,CAC7B,UAAsB;IAEtB,OAAO,CAAC,UAAkB,EAAE,iBAA2B,EAAE,EAAE,CACzD,wBAAwB,CACtB,UAAU,EACV,iBAAiB;IACjB,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAcD,MAAM,UAAU,WAAW,CAAC,UAAsB;IAChD,OAAO,CAAC,UAAkB,EAAE,gBAAwB,EAAE,EAAE,CACtD,oBAAoB,CAClB,UAAU,EACV,gBAAgB;IAChB,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AA6BD,OAAO,EAYL,mCAAmC,EAYnC,6BAA6B,EAa7B,6BAA6B,EAQ7B,SAAS,EAeT,kBAAkB,EAclB,MAAM,EAaN,WAAW,EAeX,cAAc,EASd,QAAQ,EACR,MAAM,EA+BN,cAAc,EAUd,UAAU,EAOV,MAAM,EAKN,MAAM,EACN,QAAQ,EAGR,IAAI,EACJ,KAAK,EAML,mBAAmB,GACpB,MAAM,sDAAsD,CAAC"}
|