import { z } from 'zod'; import { FlowOperationType } from '../../automation/flows/operations'; export declare const ListAuditEventsRequest: z.ZodObject<{ limit: z.ZodOptional>; cursor: z.ZodOptional; action: z.ZodPipe, z.ZodOptional>>; projectId: z.ZodPipe, z.ZodOptional>>; userId: z.ZodOptional; createdBefore: z.ZodOptional; createdAfter: z.ZodOptional; }, z.core.$strip>; export type ListAuditEventsRequest = z.infer; export declare enum ApplicationEventName { FLOW_CREATED = "flow.created", FLOW_DELETED = "flow.deleted", FLOW_UPDATED = "flow.updated", FLOW_RUN_RESUMED = "flow.run.resumed", FLOW_RUN_STARTED = "flow.run.started", FLOW_RUN_FINISHED = "flow.run.finished", FLOW_RUN_RETRIED = "flow.run.retried", FOLDER_CREATED = "folder.created", FOLDER_UPDATED = "folder.updated", FOLDER_DELETED = "folder.deleted", CONNECTION_UPSERTED = "connection.upserted", CONNECTION_DELETED = "connection.deleted", USER_SIGNED_UP = "user.signed.up", USER_SIGNED_IN = "user.signed.in", USER_PASSWORD_RESET = "user.password.reset", USER_EMAIL_VERIFIED = "user.email.verified", SIGNING_KEY_CREATED = "signing.key.created", PROJECT_ROLE_CREATED = "project.role.created", PROJECT_ROLE_DELETED = "project.role.deleted", PROJECT_ROLE_UPDATED = "project.role.updated", PROJECT_RELEASE_CREATED = "project.release.created" } export declare const ConnectionEvent: z.ZodObject<{ action: z.ZodUnion, z.ZodLiteral]>; data: z.ZodObject<{ connection: z.ZodObject<{ displayName: z.ZodString; externalId: z.ZodString; pieceName: z.ZodString; status: z.ZodString; type: z.ZodString; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; project: z.ZodOptional>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; export type ConnectionEvent = z.infer; export declare const FolderEvent: z.ZodObject<{ action: z.ZodUnion, z.ZodLiteral, z.ZodLiteral]>; data: z.ZodObject<{ folder: z.ZodObject<{ id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; displayName: z.ZodString; }, z.core.$strip>; project: z.ZodOptional>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; export type FolderEvent = z.infer; export declare const FlowRunEvent: z.ZodObject<{ action: z.ZodUnion, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral]>; data: z.ZodObject<{ flowRun: z.ZodObject<{ id: z.ZodString; startTime: z.ZodOptional; finishTime: z.ZodOptional; duration: z.ZodOptional; triggeredBy: z.ZodOptional; environment: z.ZodString; flowId: z.ZodString; flowVersionId: z.ZodString; stepNameToTest: z.ZodOptional; flowDisplayName: z.ZodOptional; status: z.ZodString; }, z.core.$strip>; project: z.ZodOptional>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; export type FlowRunEvent = z.infer; export declare const FlowCreatedEvent: z.ZodObject<{ action: z.ZodLiteral; data: z.ZodObject<{ flow: z.ZodObject<{ id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; project: z.ZodOptional>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; export type FlowCreatedEvent = z.infer; export declare const FlowDeletedEvent: z.ZodObject<{ action: z.ZodLiteral; data: z.ZodObject<{ flow: z.ZodObject<{ id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; flowVersion: z.ZodObject<{ id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; displayName: z.ZodString; flowId: z.ZodString; }, z.core.$strip>; project: z.ZodOptional>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; export type FlowDeletedEvent = z.infer; export declare const FlowUpdatedEvent: z.ZodObject<{ action: z.ZodLiteral; data: z.ZodObject<{ flowVersion: z.ZodObject<{ id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; displayName: z.ZodString; flowId: z.ZodString; }, z.core.$strip>; request: z.ZodUnion; request: z.ZodObject<{ name: z.ZodString; newParentStep: z.ZodString; stepLocationRelativeToNewParent: z.ZodOptional>; branchIndex: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ status: z.ZodEnum; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ status: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ versionId: z.ZodString; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{}, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ displayName: z.ZodString; trigger: z.ZodUnion; settings: z.ZodObject<{ sampleData: z.ZodOptional; sampleDataInputFileId: z.ZodOptional; lastTestDate: z.ZodOptional; }, z.core.$strip>>; propertySettings: z.ZodRecord; schema: z.ZodOptional; }, z.core.$strip>>; customLogoUrl: z.ZodOptional; pieceName: z.ZodString; pieceVersion: z.ZodString; triggerName: z.ZodOptional; input: z.ZodRecord; }, z.core.$strip>; name: z.ZodString; valid: z.ZodBoolean; displayName: z.ZodString; nextAction: z.ZodOptional; lastUpdatedDate: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; settings: z.ZodAny; name: z.ZodString; valid: z.ZodBoolean; displayName: z.ZodString; nextAction: z.ZodOptional; lastUpdatedDate: z.ZodString; }, z.core.$strip>]>; schemaVersion: z.ZodOptional>; notes: z.ZodOptional>; color: z.ZodEnum; position: z.ZodObject<{ x: z.ZodNumber; y: z.ZodNumber; }, z.core.$strip>; size: z.ZodObject<{ width: z.ZodNumber; height: z.ZodNumber; }, z.core.$strip>; createdAt: z.ZodString; updatedAt: z.ZodString; }, z.core.$strip>>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ displayName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ names: z.ZodArray; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodUnion; name: z.ZodString; displayName: z.ZodString; valid: z.ZodBoolean; skip: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ settings: z.ZodObject<{ input: z.ZodRecord; sourceCode: z.ZodObject<{ packageJson: z.ZodString; code: z.ZodString; }, z.core.$strip>; errorHandlingOptions: z.ZodOptional; }, z.core.$strip>>; retryOnFailure: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customLogoUrl: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>, z.ZodIntersection; name: z.ZodString; displayName: z.ZodString; valid: z.ZodBoolean; skip: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ settings: z.ZodObject<{ customLogoUrl: z.ZodOptional; items: z.ZodString; }, z.core.$strip>; }, z.core.$strip>>, z.ZodIntersection; name: z.ZodString; displayName: z.ZodString; valid: z.ZodBoolean; skip: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ settings: z.ZodObject<{ pieceName: z.ZodString; input: z.ZodRecord; pieceVersion: z.ZodString; actionName: z.ZodOptional; errorHandlingOptions: z.ZodOptional; }, z.core.$strip>>; retryOnFailure: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customLogoUrl: z.ZodOptional; propertySettings: z.ZodRecord; schema: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>>, z.ZodIntersection; name: z.ZodString; displayName: z.ZodString; valid: z.ZodBoolean; skip: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ settings: z.ZodObject<{ customLogoUrl: z.ZodOptional; branches: z.ZodArray; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>, z.ZodObject<{ firstValue: z.ZodString; secondValue: z.ZodString; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>, z.ZodObject<{ firstValue: z.ZodString; secondValue: z.ZodString; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>, z.ZodObject<{ firstValue: z.ZodString; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>]>>>; branchType: z.ZodLiteral; branchName: z.ZodString; }, z.core.$strip>, z.ZodObject<{ branchType: z.ZodLiteral; branchName: z.ZodString; }, z.core.$strip>]>>; executionType: z.ZodEnum; }, z.core.$strip>; }, z.core.$strip>>]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ parentStep: z.ZodString; stepLocationRelativeToParent: z.ZodOptional>; branchIndex: z.ZodOptional; action: z.ZodUnion; name: z.ZodString; displayName: z.ZodString; valid: z.ZodBoolean; skip: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ settings: z.ZodObject<{ input: z.ZodRecord; sourceCode: z.ZodObject<{ packageJson: z.ZodString; code: z.ZodString; }, z.core.$strip>; errorHandlingOptions: z.ZodOptional; }, z.core.$strip>>; retryOnFailure: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customLogoUrl: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>, z.ZodIntersection; name: z.ZodString; displayName: z.ZodString; valid: z.ZodBoolean; skip: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ settings: z.ZodObject<{ customLogoUrl: z.ZodOptional; items: z.ZodString; }, z.core.$strip>; }, z.core.$strip>>, z.ZodIntersection; name: z.ZodString; displayName: z.ZodString; valid: z.ZodBoolean; skip: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ settings: z.ZodObject<{ pieceName: z.ZodString; input: z.ZodRecord; pieceVersion: z.ZodString; actionName: z.ZodOptional; errorHandlingOptions: z.ZodOptional; }, z.core.$strip>>; retryOnFailure: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customLogoUrl: z.ZodOptional; propertySettings: z.ZodRecord; schema: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>>, z.ZodIntersection; name: z.ZodString; displayName: z.ZodString; valid: z.ZodBoolean; skip: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ settings: z.ZodObject<{ customLogoUrl: z.ZodOptional; branches: z.ZodArray; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>, z.ZodObject<{ firstValue: z.ZodString; secondValue: z.ZodString; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>, z.ZodObject<{ firstValue: z.ZodString; secondValue: z.ZodString; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>, z.ZodObject<{ firstValue: z.ZodString; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>]>>>; branchType: z.ZodLiteral; branchName: z.ZodString; }, z.core.$strip>, z.ZodObject<{ branchType: z.ZodLiteral; branchName: z.ZodString; }, z.core.$strip>]>>; executionType: z.ZodEnum; }, z.core.$strip>; }, z.core.$strip>>]>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodUnion; name: z.ZodString; displayName: z.ZodString; settings: z.ZodAny; valid: z.ZodBoolean; nextAction: z.ZodOptional; }, z.core.$strip>, z.ZodIntersection; name: z.ZodString; displayName: z.ZodString; valid: z.ZodBoolean; nextAction: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ settings: z.ZodObject<{ pieceName: z.ZodString; triggerName: z.ZodOptional; input: z.ZodRecord; pieceVersion: z.ZodString; customLogoUrl: z.ZodOptional; propertySettings: z.ZodRecord; schema: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>>]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ folderId: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ stepName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ branchIndex: z.ZodNumber; stepName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ branchIndex: z.ZodNumber; stepName: z.ZodString; conditions: z.ZodOptional; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>, z.ZodObject<{ firstValue: z.ZodString; secondValue: z.ZodString; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>, z.ZodObject<{ firstValue: z.ZodString; secondValue: z.ZodString; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>, z.ZodObject<{ firstValue: z.ZodString; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>]>>>>; branchName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ branchIndex: z.ZodNumber; stepName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ names: z.ZodArray; skip: z.ZodBoolean; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ metadata: z.ZodOptional>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ sourceBranchIndex: z.ZodNumber; targetBranchIndex: z.ZodNumber; stepName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ stepName: z.ZodString; payload: z.ZodUnknown; type: z.ZodEnum; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ timeSavedPerRun: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ ownerId: z.ZodString; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ id: z.ZodString; ownerId: z.ZodOptional>; color: z.ZodEnum; content: z.ZodString; position: z.ZodObject<{ x: z.ZodNumber; y: z.ZodNumber; }, z.core.$strip>; size: z.ZodObject<{ width: z.ZodNumber; height: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ id: z.ZodString; color: z.ZodEnum; content: z.ZodString; position: z.ZodObject<{ x: z.ZodNumber; y: z.ZodNumber; }, z.core.$strip>; size: z.ZodObject<{ width: z.ZodNumber; height: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ stepName: z.ZodString; sampleDataSettings: z.ZodOptional; sampleDataInputFileId: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>; }, z.core.$strip>]>; project: z.ZodOptional>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; export type FlowUpdatedEvent = z.infer; export declare const AuthenticationEvent: z.ZodObject<{ action: z.ZodUnion, z.ZodLiteral, z.ZodLiteral]>; data: z.ZodObject<{ user: z.ZodOptional>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; export type AuthenticationEvent = z.infer; export declare const SignUpEvent: z.ZodObject<{ action: z.ZodLiteral; data: z.ZodObject<{ source: z.ZodUnion, z.ZodLiteral<"sso">, z.ZodLiteral<"managed">]>; user: z.ZodOptional>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; export type SignUpEvent = z.infer; export declare const SigningKeyEvent: z.ZodObject<{ action: z.ZodUnion]>; data: z.ZodObject<{ signingKey: z.ZodObject<{ id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; displayName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; export type SigningKeyEvent = z.infer; export declare const ProjectRoleEvent: z.ZodObject<{ action: z.ZodUnion, z.ZodLiteral, z.ZodLiteral]>; data: z.ZodObject<{ projectRole: z.ZodObject<{ id: z.ZodString; platformId: z.ZodOptional>; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; name: z.ZodString; permissions: z.ZodArray; }, z.core.$strip>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; export type ProjectRoleEvent = z.infer; export declare const ProjectReleaseEvent: z.ZodObject<{ action: z.ZodLiteral; data: z.ZodObject<{ release: z.ZodObject<{ name: z.ZodString; description: z.ZodOptional>; type: z.ZodString; projectId: z.ZodString; importedByUser: z.ZodOptional>; platformId: z.ZodOptional>; platformRole: z.ZodString; lastName: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; lastActiveDate: z.ZodOptional>; imageUrl: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; export type ProjectReleaseEvent = z.infer; export declare const ApplicationEvent: z.ZodUnion, z.ZodLiteral]>; data: z.ZodObject<{ connection: z.ZodObject<{ displayName: z.ZodString; externalId: z.ZodString; pieceName: z.ZodString; status: z.ZodString; type: z.ZodString; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; project: z.ZodOptional>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>, z.ZodObject<{ action: z.ZodLiteral; data: z.ZodObject<{ flow: z.ZodObject<{ id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; project: z.ZodOptional>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>, z.ZodObject<{ action: z.ZodLiteral; data: z.ZodObject<{ flow: z.ZodObject<{ id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; flowVersion: z.ZodObject<{ id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; displayName: z.ZodString; flowId: z.ZodString; }, z.core.$strip>; project: z.ZodOptional>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>, z.ZodObject<{ action: z.ZodLiteral; data: z.ZodObject<{ flowVersion: z.ZodObject<{ id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; displayName: z.ZodString; flowId: z.ZodString; }, z.core.$strip>; request: z.ZodUnion; request: z.ZodObject<{ name: z.ZodString; newParentStep: z.ZodString; stepLocationRelativeToNewParent: z.ZodOptional>; branchIndex: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ status: z.ZodEnum; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ status: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ versionId: z.ZodString; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{}, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ displayName: z.ZodString; trigger: z.ZodUnion; settings: z.ZodObject<{ sampleData: z.ZodOptional; sampleDataInputFileId: z.ZodOptional; lastTestDate: z.ZodOptional; }, z.core.$strip>>; propertySettings: z.ZodRecord; schema: z.ZodOptional; }, z.core.$strip>>; customLogoUrl: z.ZodOptional; pieceName: z.ZodString; pieceVersion: z.ZodString; triggerName: z.ZodOptional; input: z.ZodRecord; }, z.core.$strip>; name: z.ZodString; valid: z.ZodBoolean; displayName: z.ZodString; nextAction: z.ZodOptional; lastUpdatedDate: z.ZodString; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; settings: z.ZodAny; name: z.ZodString; valid: z.ZodBoolean; displayName: z.ZodString; nextAction: z.ZodOptional; lastUpdatedDate: z.ZodString; }, z.core.$strip>]>; schemaVersion: z.ZodOptional>; notes: z.ZodOptional>; color: z.ZodEnum; position: z.ZodObject<{ x: z.ZodNumber; y: z.ZodNumber; }, z.core.$strip>; size: z.ZodObject<{ width: z.ZodNumber; height: z.ZodNumber; }, z.core.$strip>; createdAt: z.ZodString; updatedAt: z.ZodString; }, z.core.$strip>>>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ displayName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ names: z.ZodArray; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodUnion; name: z.ZodString; displayName: z.ZodString; valid: z.ZodBoolean; skip: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ settings: z.ZodObject<{ input: z.ZodRecord; sourceCode: z.ZodObject<{ packageJson: z.ZodString; code: z.ZodString; }, z.core.$strip>; errorHandlingOptions: z.ZodOptional; }, z.core.$strip>>; retryOnFailure: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customLogoUrl: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>, z.ZodIntersection; name: z.ZodString; displayName: z.ZodString; valid: z.ZodBoolean; skip: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ settings: z.ZodObject<{ customLogoUrl: z.ZodOptional; items: z.ZodString; }, z.core.$strip>; }, z.core.$strip>>, z.ZodIntersection; name: z.ZodString; displayName: z.ZodString; valid: z.ZodBoolean; skip: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ settings: z.ZodObject<{ pieceName: z.ZodString; input: z.ZodRecord; pieceVersion: z.ZodString; actionName: z.ZodOptional; errorHandlingOptions: z.ZodOptional; }, z.core.$strip>>; retryOnFailure: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customLogoUrl: z.ZodOptional; propertySettings: z.ZodRecord; schema: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>>, z.ZodIntersection; name: z.ZodString; displayName: z.ZodString; valid: z.ZodBoolean; skip: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ settings: z.ZodObject<{ customLogoUrl: z.ZodOptional; branches: z.ZodArray; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>, z.ZodObject<{ firstValue: z.ZodString; secondValue: z.ZodString; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>, z.ZodObject<{ firstValue: z.ZodString; secondValue: z.ZodString; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>, z.ZodObject<{ firstValue: z.ZodString; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>]>>>; branchType: z.ZodLiteral; branchName: z.ZodString; }, z.core.$strip>, z.ZodObject<{ branchType: z.ZodLiteral; branchName: z.ZodString; }, z.core.$strip>]>>; executionType: z.ZodEnum; }, z.core.$strip>; }, z.core.$strip>>]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ parentStep: z.ZodString; stepLocationRelativeToParent: z.ZodOptional>; branchIndex: z.ZodOptional; action: z.ZodUnion; name: z.ZodString; displayName: z.ZodString; valid: z.ZodBoolean; skip: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ settings: z.ZodObject<{ input: z.ZodRecord; sourceCode: z.ZodObject<{ packageJson: z.ZodString; code: z.ZodString; }, z.core.$strip>; errorHandlingOptions: z.ZodOptional; }, z.core.$strip>>; retryOnFailure: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customLogoUrl: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>, z.ZodIntersection; name: z.ZodString; displayName: z.ZodString; valid: z.ZodBoolean; skip: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ settings: z.ZodObject<{ customLogoUrl: z.ZodOptional; items: z.ZodString; }, z.core.$strip>; }, z.core.$strip>>, z.ZodIntersection; name: z.ZodString; displayName: z.ZodString; valid: z.ZodBoolean; skip: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ settings: z.ZodObject<{ pieceName: z.ZodString; input: z.ZodRecord; pieceVersion: z.ZodString; actionName: z.ZodOptional; errorHandlingOptions: z.ZodOptional; }, z.core.$strip>>; retryOnFailure: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customLogoUrl: z.ZodOptional; propertySettings: z.ZodRecord; schema: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>>, z.ZodIntersection; name: z.ZodString; displayName: z.ZodString; valid: z.ZodBoolean; skip: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ settings: z.ZodObject<{ customLogoUrl: z.ZodOptional; branches: z.ZodArray; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>, z.ZodObject<{ firstValue: z.ZodString; secondValue: z.ZodString; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>, z.ZodObject<{ firstValue: z.ZodString; secondValue: z.ZodString; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>, z.ZodObject<{ firstValue: z.ZodString; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>]>>>; branchType: z.ZodLiteral; branchName: z.ZodString; }, z.core.$strip>, z.ZodObject<{ branchType: z.ZodLiteral; branchName: z.ZodString; }, z.core.$strip>]>>; executionType: z.ZodEnum; }, z.core.$strip>; }, z.core.$strip>>]>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodUnion; name: z.ZodString; displayName: z.ZodString; settings: z.ZodAny; valid: z.ZodBoolean; nextAction: z.ZodOptional; }, z.core.$strip>, z.ZodIntersection; name: z.ZodString; displayName: z.ZodString; valid: z.ZodBoolean; nextAction: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ settings: z.ZodObject<{ pieceName: z.ZodString; triggerName: z.ZodOptional; input: z.ZodRecord; pieceVersion: z.ZodString; customLogoUrl: z.ZodOptional; propertySettings: z.ZodRecord; schema: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>>]>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ folderId: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ stepName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ branchIndex: z.ZodNumber; stepName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ branchIndex: z.ZodNumber; stepName: z.ZodString; conditions: z.ZodOptional; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>, z.ZodObject<{ firstValue: z.ZodString; secondValue: z.ZodString; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>, z.ZodObject<{ firstValue: z.ZodString; secondValue: z.ZodString; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>, z.ZodObject<{ firstValue: z.ZodString; operator: z.ZodOptional, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral]>>; }, z.core.$strip>]>>>>; branchName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ branchIndex: z.ZodNumber; stepName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ names: z.ZodArray; skip: z.ZodBoolean; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ metadata: z.ZodOptional>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ sourceBranchIndex: z.ZodNumber; targetBranchIndex: z.ZodNumber; stepName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ stepName: z.ZodString; payload: z.ZodUnknown; type: z.ZodEnum; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ timeSavedPerRun: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ ownerId: z.ZodString; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ id: z.ZodString; ownerId: z.ZodOptional>; color: z.ZodEnum; content: z.ZodString; position: z.ZodObject<{ x: z.ZodNumber; y: z.ZodNumber; }, z.core.$strip>; size: z.ZodObject<{ width: z.ZodNumber; height: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ id: z.ZodString; color: z.ZodEnum; content: z.ZodString; position: z.ZodObject<{ x: z.ZodNumber; y: z.ZodNumber; }, z.core.$strip>; size: z.ZodObject<{ width: z.ZodNumber; height: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodLiteral; request: z.ZodObject<{ stepName: z.ZodString; sampleDataSettings: z.ZodOptional; sampleDataInputFileId: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>; }, z.core.$strip>]>; project: z.ZodOptional>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>, z.ZodObject<{ action: z.ZodUnion, z.ZodLiteral, z.ZodLiteral, z.ZodLiteral]>; data: z.ZodObject<{ flowRun: z.ZodObject<{ id: z.ZodString; startTime: z.ZodOptional; finishTime: z.ZodOptional; duration: z.ZodOptional; triggeredBy: z.ZodOptional; environment: z.ZodString; flowId: z.ZodString; flowVersionId: z.ZodString; stepNameToTest: z.ZodOptional; flowDisplayName: z.ZodOptional; status: z.ZodString; }, z.core.$strip>; project: z.ZodOptional>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>, z.ZodObject<{ action: z.ZodUnion, z.ZodLiteral, z.ZodLiteral]>; data: z.ZodObject<{ user: z.ZodOptional>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>, z.ZodObject<{ action: z.ZodUnion, z.ZodLiteral, z.ZodLiteral]>; data: z.ZodObject<{ folder: z.ZodObject<{ id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; displayName: z.ZodString; }, z.core.$strip>; project: z.ZodOptional>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>, z.ZodObject<{ action: z.ZodLiteral; data: z.ZodObject<{ source: z.ZodUnion, z.ZodLiteral<"sso">, z.ZodLiteral<"managed">]>; user: z.ZodOptional>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>, z.ZodObject<{ action: z.ZodUnion]>; data: z.ZodObject<{ signingKey: z.ZodObject<{ id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; displayName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>, z.ZodObject<{ action: z.ZodUnion, z.ZodLiteral, z.ZodLiteral]>; data: z.ZodObject<{ projectRole: z.ZodObject<{ id: z.ZodString; platformId: z.ZodOptional>; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; name: z.ZodString; permissions: z.ZodArray; }, z.core.$strip>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>, z.ZodObject<{ action: z.ZodLiteral; data: z.ZodObject<{ release: z.ZodObject<{ name: z.ZodString; description: z.ZodOptional>; type: z.ZodString; projectId: z.ZodString; importedByUser: z.ZodOptional>; platformId: z.ZodOptional>; platformRole: z.ZodString; lastName: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; lastActiveDate: z.ZodOptional>; imageUrl: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; platformId: z.ZodString; projectId: z.ZodOptional; projectDisplayName: z.ZodOptional; userId: z.ZodOptional; userEmail: z.ZodOptional; ip: z.ZodOptional; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>]>; export type ApplicationEvent = z.infer; export declare function summarizeApplicationEvent(event: ApplicationEvent): string; //# sourceMappingURL=index.d.ts.map