@contember/engine-actions 1.4.0-rc.8 → 2.0.0-alpha.12
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/dist/development/index.cjs +94 -0
- package/dist/development/index.cjs.map +1 -0
- package/dist/development/index.js +94 -0
- package/dist/development/index.js.map +1 -0
- package/dist/development/src/ActionsExecutionContainerHookFactory.cjs +30 -0
- package/dist/development/src/ActionsExecutionContainerHookFactory.cjs.map +1 -0
- package/dist/development/src/ActionsExecutionContainerHookFactory.js +30 -0
- package/dist/development/src/ActionsExecutionContainerHookFactory.js.map +1 -0
- package/dist/development/src/ImplementationException.cjs +6 -0
- package/dist/development/src/ImplementationException.cjs.map +1 -0
- package/dist/development/src/ImplementationException.js +6 -0
- package/dist/development/src/ImplementationException.js.map +1 -0
- package/dist/development/src/ListenerStoreProvider.cjs +25 -0
- package/dist/development/src/ListenerStoreProvider.cjs.map +1 -0
- package/dist/development/src/ListenerStoreProvider.js +25 -0
- package/dist/development/src/ListenerStoreProvider.js.map +1 -0
- package/dist/development/src/authorization/ActionsAuthorizationActions.cjs +15 -0
- package/dist/development/src/authorization/ActionsAuthorizationActions.cjs.map +1 -0
- package/dist/development/src/authorization/ActionsAuthorizationActions.js +16 -0
- package/dist/development/src/authorization/ActionsAuthorizationActions.js.map +1 -0
- package/dist/development/src/authorization/ActionsPermissionsFactory.cjs +16 -0
- package/dist/development/src/authorization/ActionsPermissionsFactory.cjs.map +1 -0
- package/dist/development/src/authorization/ActionsPermissionsFactory.js +16 -0
- package/dist/development/src/authorization/ActionsPermissionsFactory.js.map +1 -0
- package/dist/development/src/dispatch/DispatchWorkerSupervisor.cjs +125 -0
- package/dist/development/src/dispatch/DispatchWorkerSupervisor.cjs.map +1 -0
- package/dist/development/src/dispatch/DispatchWorkerSupervisor.js +125 -0
- package/dist/development/src/dispatch/DispatchWorkerSupervisor.js.map +1 -0
- package/dist/development/src/dispatch/EventDispatcher.cjs +43 -0
- package/dist/development/src/dispatch/EventDispatcher.cjs.map +1 -0
- package/dist/development/src/dispatch/EventDispatcher.js +43 -0
- package/dist/development/src/dispatch/EventDispatcher.js.map +1 -0
- package/dist/development/src/dispatch/EventsRepository.cjs +104 -0
- package/dist/development/src/dispatch/EventsRepository.cjs.map +1 -0
- package/dist/development/src/dispatch/EventsRepository.js +104 -0
- package/dist/development/src/dispatch/EventsRepository.js.map +1 -0
- package/dist/development/src/dispatch/ProjectDispatcher.cjs +99 -0
- package/dist/development/src/dispatch/ProjectDispatcher.cjs.map +1 -0
- package/dist/development/src/dispatch/ProjectDispatcher.js +99 -0
- package/dist/development/src/dispatch/ProjectDispatcher.js.map +1 -0
- package/dist/development/src/dispatch/TargetHandlerResolver.cjs +16 -0
- package/dist/development/src/dispatch/TargetHandlerResolver.cjs.map +1 -0
- package/dist/development/src/dispatch/TargetHandlerResolver.js +16 -0
- package/dist/development/src/dispatch/TargetHandlerResolver.js.map +1 -0
- package/dist/development/src/dispatch/WebhookFetcher.cjs +16 -0
- package/dist/development/src/dispatch/WebhookFetcher.cjs.map +1 -0
- package/dist/development/src/dispatch/WebhookFetcher.js +16 -0
- package/dist/development/src/dispatch/WebhookFetcher.js.map +1 -0
- package/dist/development/src/dispatch/WebhookTargetHandler.cjs +193 -0
- package/dist/development/src/dispatch/WebhookTargetHandler.cjs.map +1 -0
- package/dist/development/src/dispatch/WebhookTargetHandler.js +176 -0
- package/dist/development/src/dispatch/WebhookTargetHandler.js.map +1 -0
- package/dist/development/src/graphql/http/ActionsApiMiddlewareFactory.cjs +38 -0
- package/dist/development/src/graphql/http/ActionsApiMiddlewareFactory.cjs.map +1 -0
- package/dist/development/src/graphql/http/ActionsApiMiddlewareFactory.js +38 -0
- package/dist/development/src/graphql/http/ActionsApiMiddlewareFactory.js.map +1 -0
- package/dist/development/src/graphql/http/ActionsContextResolver.cjs +39 -0
- package/dist/development/src/graphql/http/ActionsContextResolver.cjs.map +1 -0
- package/dist/development/src/graphql/http/ActionsContextResolver.js +39 -0
- package/dist/development/src/graphql/http/ActionsContextResolver.js.map +1 -0
- package/dist/development/src/graphql/http/ActionsGraphQLHandlerFactory.cjs +20 -0
- package/dist/development/src/graphql/http/ActionsGraphQLHandlerFactory.cjs.map +1 -0
- package/dist/development/src/graphql/http/ActionsGraphQLHandlerFactory.js +20 -0
- package/dist/development/src/graphql/http/ActionsGraphQLHandlerFactory.js.map +1 -0
- package/dist/development/src/graphql/http/ActionsWebsocketControllerFactory.cjs +149 -0
- package/dist/development/src/graphql/http/ActionsWebsocketControllerFactory.cjs.map +1 -0
- package/dist/development/src/graphql/http/ActionsWebsocketControllerFactory.js +132 -0
- package/dist/development/src/graphql/http/ActionsWebsocketControllerFactory.js.map +1 -0
- package/dist/development/src/graphql/resolvers/ResolversFactory.cjs +31 -0
- package/dist/development/src/graphql/resolvers/ResolversFactory.cjs.map +1 -0
- package/dist/development/src/graphql/resolvers/ResolversFactory.js +31 -0
- package/dist/development/src/graphql/resolvers/ResolversFactory.js.map +1 -0
- package/dist/development/src/graphql/resolvers/mutation/ProcessBatchMutationResolver.cjs +19 -0
- package/dist/development/src/graphql/resolvers/mutation/ProcessBatchMutationResolver.cjs.map +1 -0
- package/dist/development/src/graphql/resolvers/mutation/ProcessBatchMutationResolver.js +19 -0
- package/dist/development/src/graphql/resolvers/mutation/ProcessBatchMutationResolver.js.map +1 -0
- package/dist/development/src/graphql/resolvers/mutation/SetVariablesMutationResolver.cjs +19 -0
- package/dist/development/src/graphql/resolvers/mutation/SetVariablesMutationResolver.cjs.map +1 -0
- package/dist/development/src/graphql/resolvers/mutation/SetVariablesMutationResolver.js +19 -0
- package/dist/development/src/graphql/resolvers/mutation/SetVariablesMutationResolver.js.map +1 -0
- package/dist/development/src/graphql/resolvers/query/EventsQueryResolver.cjs +48 -0
- package/dist/development/src/graphql/resolvers/query/EventsQueryResolver.cjs.map +1 -0
- package/dist/development/src/graphql/resolvers/query/EventsQueryResolver.js +48 -0
- package/dist/development/src/graphql/resolvers/query/EventsQueryResolver.js.map +1 -0
- package/dist/development/src/graphql/resolvers/query/VariablesQueryResolver.cjs +19 -0
- package/dist/development/src/graphql/resolvers/query/VariablesQueryResolver.cjs.map +1 -0
- package/dist/development/src/graphql/resolvers/query/VariablesQueryResolver.js +19 -0
- package/dist/development/src/graphql/resolvers/query/VariablesQueryResolver.js.map +1 -0
- package/dist/{src/graphql/schema/actions.graphql.js → development/src/graphql/schema/actions.graphql.cjs} +5 -5
- package/dist/development/src/graphql/schema/actions.graphql.cjs.map +1 -0
- package/dist/development/src/graphql/schema/actions.graphql.js +93 -0
- package/dist/development/src/graphql/schema/actions.graphql.js.map +1 -0
- package/dist/{src/migrations/2023-03-10-145000-actions-variables.js → development/src/migrations/2023-03-10-145000-actions-variables.cjs} +4 -5
- package/dist/development/src/migrations/2023-03-10-145000-actions-variables.cjs.map +1 -0
- package/dist/development/src/migrations/2023-03-10-145000-actions-variables.js +17 -0
- package/dist/development/src/migrations/2023-03-10-145000-actions-variables.js.map +1 -0
- package/dist/development/src/migrations/index.cjs +10 -0
- package/dist/development/src/migrations/index.cjs.map +1 -0
- package/dist/development/src/migrations/index.js +10 -0
- package/dist/development/src/migrations/index.js.map +1 -0
- package/dist/{src/migrations/snapshot.js → development/src/migrations/snapshot.cjs} +4 -5
- package/dist/development/src/migrations/snapshot.cjs.map +1 -0
- package/dist/development/src/migrations/snapshot.js +49 -0
- package/dist/development/src/migrations/snapshot.js.map +1 -0
- package/dist/development/src/model/EventsInProcessingQuery.cjs +14 -0
- package/dist/development/src/model/EventsInProcessingQuery.cjs.map +1 -0
- package/dist/development/src/model/EventsInProcessingQuery.js +14 -0
- package/dist/development/src/model/EventsInProcessingQuery.js.map +1 -0
- package/dist/development/src/model/EventsToProcessQuery.cjs +15 -0
- package/dist/development/src/model/EventsToProcessQuery.cjs.map +1 -0
- package/dist/development/src/model/EventsToProcessQuery.js +15 -0
- package/dist/development/src/model/EventsToProcessQuery.js.map +1 -0
- package/dist/development/src/model/EventsToProcessSpecification.cjs +8 -0
- package/dist/development/src/model/EventsToProcessSpecification.cjs.map +1 -0
- package/dist/development/src/model/EventsToProcessSpecification.js +8 -0
- package/dist/development/src/model/EventsToProcessSpecification.js.map +1 -0
- package/dist/development/src/model/FailedEventsQuery.cjs +14 -0
- package/dist/development/src/model/FailedEventsQuery.cjs.map +1 -0
- package/dist/development/src/model/FailedEventsQuery.js +14 -0
- package/dist/development/src/model/FailedEventsQuery.js.map +1 -0
- package/dist/development/src/model/SetVariableCommand.cjs +21 -0
- package/dist/development/src/model/SetVariableCommand.cjs.map +1 -0
- package/dist/development/src/model/SetVariableCommand.js +21 -0
- package/dist/development/src/model/SetVariableCommand.js.map +1 -0
- package/dist/development/src/model/VariablesManager.cjs +41 -0
- package/dist/development/src/model/VariablesManager.cjs.map +1 -0
- package/dist/development/src/model/VariablesManager.js +41 -0
- package/dist/development/src/model/VariablesManager.js.map +1 -0
- package/dist/development/src/model/VariablesQuery.cjs +10 -0
- package/dist/development/src/model/VariablesQuery.cjs.map +1 -0
- package/dist/development/src/model/VariablesQuery.js +10 -0
- package/dist/development/src/model/VariablesQuery.js.map +1 -0
- package/dist/development/src/triggers/TriggerHandler.cjs +126 -0
- package/dist/development/src/triggers/TriggerHandler.cjs.map +1 -0
- package/dist/development/src/triggers/TriggerHandler.js +126 -0
- package/dist/development/src/triggers/TriggerHandler.js.map +1 -0
- package/dist/development/src/triggers/TriggerIndirectChangesFetcher.cjs +21 -0
- package/dist/development/src/triggers/TriggerIndirectChangesFetcher.cjs.map +1 -0
- package/dist/development/src/triggers/TriggerIndirectChangesFetcher.js +21 -0
- package/dist/development/src/triggers/TriggerIndirectChangesFetcher.js.map +1 -0
- package/dist/development/src/triggers/TriggerListenersBuilder.cjs +169 -0
- package/dist/development/src/triggers/TriggerListenersBuilder.cjs.map +1 -0
- package/dist/development/src/triggers/TriggerListenersBuilder.js +169 -0
- package/dist/development/src/triggers/TriggerListenersBuilder.js.map +1 -0
- package/dist/development/src/triggers/TriggerListenersFactory.cjs +17 -0
- package/dist/development/src/triggers/TriggerListenersFactory.cjs.map +1 -0
- package/dist/development/src/triggers/TriggerListenersFactory.js +17 -0
- package/dist/development/src/triggers/TriggerListenersFactory.js.map +1 -0
- package/dist/development/src/triggers/TriggerListenersStore.cjs +24 -0
- package/dist/development/src/triggers/TriggerListenersStore.cjs.map +1 -0
- package/dist/development/src/triggers/TriggerListenersStore.js +24 -0
- package/dist/development/src/triggers/TriggerListenersStore.js.map +1 -0
- package/dist/development/src/triggers/TriggerPayloadBuilder.cjs +134 -0
- package/dist/development/src/triggers/TriggerPayloadBuilder.cjs.map +1 -0
- package/dist/development/src/triggers/TriggerPayloadBuilder.js +134 -0
- package/dist/development/src/triggers/TriggerPayloadBuilder.js.map +1 -0
- package/dist/development/src/triggers/TriggerPayloadManager.cjs +27 -0
- package/dist/development/src/triggers/TriggerPayloadManager.cjs.map +1 -0
- package/dist/development/src/triggers/TriggerPayloadManager.js +27 -0
- package/dist/development/src/triggers/TriggerPayloadManager.js.map +1 -0
- package/dist/development/src/triggers/TriggerPayloadPersister.cjs +40 -0
- package/dist/development/src/triggers/TriggerPayloadPersister.cjs.map +1 -0
- package/dist/development/src/triggers/TriggerPayloadPersister.js +40 -0
- package/dist/development/src/triggers/TriggerPayloadPersister.js.map +1 -0
- package/dist/development/src/utils/assertNever.cjs +7 -0
- package/dist/development/src/utils/assertNever.cjs.map +1 -0
- package/dist/development/src/utils/assertNever.js +7 -0
- package/dist/development/src/utils/assertNever.js.map +1 -0
- package/dist/development/src/utils/map.cjs +13 -0
- package/dist/development/src/utils/map.cjs.map +1 -0
- package/dist/development/src/utils/map.js +13 -0
- package/dist/development/src/utils/map.js.map +1 -0
- package/dist/production/index.cjs +94 -0
- package/dist/production/index.cjs.map +1 -0
- package/dist/production/index.js +94 -0
- package/dist/production/index.js.map +1 -0
- package/dist/production/src/ActionsExecutionContainerHookFactory.cjs +30 -0
- package/dist/production/src/ActionsExecutionContainerHookFactory.cjs.map +1 -0
- package/dist/production/src/ActionsExecutionContainerHookFactory.js +30 -0
- package/dist/production/src/ActionsExecutionContainerHookFactory.js.map +1 -0
- package/dist/production/src/ImplementationException.cjs +6 -0
- package/dist/production/src/ImplementationException.cjs.map +1 -0
- package/dist/production/src/ImplementationException.js +6 -0
- package/dist/production/src/ImplementationException.js.map +1 -0
- package/dist/production/src/ListenerStoreProvider.cjs +25 -0
- package/dist/production/src/ListenerStoreProvider.cjs.map +1 -0
- package/dist/production/src/ListenerStoreProvider.js +25 -0
- package/dist/production/src/ListenerStoreProvider.js.map +1 -0
- package/dist/production/src/authorization/ActionsAuthorizationActions.cjs +15 -0
- package/dist/production/src/authorization/ActionsAuthorizationActions.cjs.map +1 -0
- package/dist/production/src/authorization/ActionsAuthorizationActions.js +16 -0
- package/dist/production/src/authorization/ActionsAuthorizationActions.js.map +1 -0
- package/dist/production/src/authorization/ActionsPermissionsFactory.cjs +16 -0
- package/dist/production/src/authorization/ActionsPermissionsFactory.cjs.map +1 -0
- package/dist/production/src/authorization/ActionsPermissionsFactory.js +16 -0
- package/dist/production/src/authorization/ActionsPermissionsFactory.js.map +1 -0
- package/dist/production/src/dispatch/DispatchWorkerSupervisor.cjs +125 -0
- package/dist/production/src/dispatch/DispatchWorkerSupervisor.cjs.map +1 -0
- package/dist/production/src/dispatch/DispatchWorkerSupervisor.js +125 -0
- package/dist/production/src/dispatch/DispatchWorkerSupervisor.js.map +1 -0
- package/dist/production/src/dispatch/EventDispatcher.cjs +43 -0
- package/dist/production/src/dispatch/EventDispatcher.cjs.map +1 -0
- package/dist/production/src/dispatch/EventDispatcher.js +43 -0
- package/dist/production/src/dispatch/EventDispatcher.js.map +1 -0
- package/dist/production/src/dispatch/EventsRepository.cjs +104 -0
- package/dist/production/src/dispatch/EventsRepository.cjs.map +1 -0
- package/dist/production/src/dispatch/EventsRepository.js +104 -0
- package/dist/production/src/dispatch/EventsRepository.js.map +1 -0
- package/dist/production/src/dispatch/ProjectDispatcher.cjs +99 -0
- package/dist/production/src/dispatch/ProjectDispatcher.cjs.map +1 -0
- package/dist/production/src/dispatch/ProjectDispatcher.js +99 -0
- package/dist/production/src/dispatch/ProjectDispatcher.js.map +1 -0
- package/dist/production/src/dispatch/TargetHandlerResolver.cjs +16 -0
- package/dist/production/src/dispatch/TargetHandlerResolver.cjs.map +1 -0
- package/dist/production/src/dispatch/TargetHandlerResolver.js +16 -0
- package/dist/production/src/dispatch/TargetHandlerResolver.js.map +1 -0
- package/dist/production/src/dispatch/WebhookFetcher.cjs +16 -0
- package/dist/production/src/dispatch/WebhookFetcher.cjs.map +1 -0
- package/dist/production/src/dispatch/WebhookFetcher.js +16 -0
- package/dist/production/src/dispatch/WebhookFetcher.js.map +1 -0
- package/dist/production/src/dispatch/WebhookTargetHandler.cjs +193 -0
- package/dist/production/src/dispatch/WebhookTargetHandler.cjs.map +1 -0
- package/dist/production/src/dispatch/WebhookTargetHandler.js +176 -0
- package/dist/production/src/dispatch/WebhookTargetHandler.js.map +1 -0
- package/dist/production/src/graphql/http/ActionsApiMiddlewareFactory.cjs +38 -0
- package/dist/production/src/graphql/http/ActionsApiMiddlewareFactory.cjs.map +1 -0
- package/dist/production/src/graphql/http/ActionsApiMiddlewareFactory.js +38 -0
- package/dist/production/src/graphql/http/ActionsApiMiddlewareFactory.js.map +1 -0
- package/dist/production/src/graphql/http/ActionsContextResolver.cjs +39 -0
- package/dist/production/src/graphql/http/ActionsContextResolver.cjs.map +1 -0
- package/dist/production/src/graphql/http/ActionsContextResolver.js +39 -0
- package/dist/production/src/graphql/http/ActionsContextResolver.js.map +1 -0
- package/dist/production/src/graphql/http/ActionsGraphQLHandlerFactory.cjs +20 -0
- package/dist/production/src/graphql/http/ActionsGraphQLHandlerFactory.cjs.map +1 -0
- package/dist/production/src/graphql/http/ActionsGraphQLHandlerFactory.js +20 -0
- package/dist/production/src/graphql/http/ActionsGraphQLHandlerFactory.js.map +1 -0
- package/dist/production/src/graphql/http/ActionsWebsocketControllerFactory.cjs +149 -0
- package/dist/production/src/graphql/http/ActionsWebsocketControllerFactory.cjs.map +1 -0
- package/dist/production/src/graphql/http/ActionsWebsocketControllerFactory.js +132 -0
- package/dist/production/src/graphql/http/ActionsWebsocketControllerFactory.js.map +1 -0
- package/dist/production/src/graphql/resolvers/ResolversFactory.cjs +31 -0
- package/dist/production/src/graphql/resolvers/ResolversFactory.cjs.map +1 -0
- package/dist/production/src/graphql/resolvers/ResolversFactory.js +31 -0
- package/dist/production/src/graphql/resolvers/ResolversFactory.js.map +1 -0
- package/dist/production/src/graphql/resolvers/mutation/ProcessBatchMutationResolver.cjs +19 -0
- package/dist/production/src/graphql/resolvers/mutation/ProcessBatchMutationResolver.cjs.map +1 -0
- package/dist/production/src/graphql/resolvers/mutation/ProcessBatchMutationResolver.js +19 -0
- package/dist/production/src/graphql/resolvers/mutation/ProcessBatchMutationResolver.js.map +1 -0
- package/dist/production/src/graphql/resolvers/mutation/SetVariablesMutationResolver.cjs +19 -0
- package/dist/production/src/graphql/resolvers/mutation/SetVariablesMutationResolver.cjs.map +1 -0
- package/dist/production/src/graphql/resolvers/mutation/SetVariablesMutationResolver.js +19 -0
- package/dist/production/src/graphql/resolvers/mutation/SetVariablesMutationResolver.js.map +1 -0
- package/dist/production/src/graphql/resolvers/query/EventsQueryResolver.cjs +48 -0
- package/dist/production/src/graphql/resolvers/query/EventsQueryResolver.cjs.map +1 -0
- package/dist/production/src/graphql/resolvers/query/EventsQueryResolver.js +48 -0
- package/dist/production/src/graphql/resolvers/query/EventsQueryResolver.js.map +1 -0
- package/dist/production/src/graphql/resolvers/query/VariablesQueryResolver.cjs +19 -0
- package/dist/production/src/graphql/resolvers/query/VariablesQueryResolver.cjs.map +1 -0
- package/dist/production/src/graphql/resolvers/query/VariablesQueryResolver.js +19 -0
- package/dist/production/src/graphql/resolvers/query/VariablesQueryResolver.js.map +1 -0
- package/dist/production/src/graphql/schema/actions.graphql.cjs +93 -0
- package/dist/production/src/graphql/schema/actions.graphql.cjs.map +1 -0
- package/dist/production/src/graphql/schema/actions.graphql.js +93 -0
- package/dist/production/src/graphql/schema/actions.graphql.js.map +1 -0
- package/dist/production/src/migrations/2023-03-10-145000-actions-variables.cjs +16 -0
- package/dist/production/src/migrations/2023-03-10-145000-actions-variables.cjs.map +1 -0
- package/dist/production/src/migrations/2023-03-10-145000-actions-variables.js +17 -0
- package/dist/production/src/migrations/2023-03-10-145000-actions-variables.js.map +1 -0
- package/dist/production/src/migrations/index.cjs +10 -0
- package/dist/production/src/migrations/index.cjs.map +1 -0
- package/dist/production/src/migrations/index.js +10 -0
- package/dist/production/src/migrations/index.js.map +1 -0
- package/dist/production/src/migrations/snapshot.cjs +48 -0
- package/dist/production/src/migrations/snapshot.cjs.map +1 -0
- package/dist/production/src/migrations/snapshot.js +49 -0
- package/dist/production/src/migrations/snapshot.js.map +1 -0
- package/dist/production/src/model/EventsInProcessingQuery.cjs +14 -0
- package/dist/production/src/model/EventsInProcessingQuery.cjs.map +1 -0
- package/dist/production/src/model/EventsInProcessingQuery.js +14 -0
- package/dist/production/src/model/EventsInProcessingQuery.js.map +1 -0
- package/dist/production/src/model/EventsToProcessQuery.cjs +15 -0
- package/dist/production/src/model/EventsToProcessQuery.cjs.map +1 -0
- package/dist/production/src/model/EventsToProcessQuery.js +15 -0
- package/dist/production/src/model/EventsToProcessQuery.js.map +1 -0
- package/dist/production/src/model/EventsToProcessSpecification.cjs +8 -0
- package/dist/production/src/model/EventsToProcessSpecification.cjs.map +1 -0
- package/dist/production/src/model/EventsToProcessSpecification.js +8 -0
- package/dist/production/src/model/EventsToProcessSpecification.js.map +1 -0
- package/dist/production/src/model/FailedEventsQuery.cjs +14 -0
- package/dist/production/src/model/FailedEventsQuery.cjs.map +1 -0
- package/dist/production/src/model/FailedEventsQuery.js +14 -0
- package/dist/production/src/model/FailedEventsQuery.js.map +1 -0
- package/dist/production/src/model/SetVariableCommand.cjs +21 -0
- package/dist/production/src/model/SetVariableCommand.cjs.map +1 -0
- package/dist/production/src/model/SetVariableCommand.js +21 -0
- package/dist/production/src/model/SetVariableCommand.js.map +1 -0
- package/dist/production/src/model/VariablesManager.cjs +41 -0
- package/dist/production/src/model/VariablesManager.cjs.map +1 -0
- package/dist/production/src/model/VariablesManager.js +41 -0
- package/dist/production/src/model/VariablesManager.js.map +1 -0
- package/dist/production/src/model/VariablesQuery.cjs +10 -0
- package/dist/production/src/model/VariablesQuery.cjs.map +1 -0
- package/dist/production/src/model/VariablesQuery.js +10 -0
- package/dist/production/src/model/VariablesQuery.js.map +1 -0
- package/dist/production/src/triggers/TriggerHandler.cjs +126 -0
- package/dist/production/src/triggers/TriggerHandler.cjs.map +1 -0
- package/dist/production/src/triggers/TriggerHandler.js +126 -0
- package/dist/production/src/triggers/TriggerHandler.js.map +1 -0
- package/dist/production/src/triggers/TriggerIndirectChangesFetcher.cjs +21 -0
- package/dist/production/src/triggers/TriggerIndirectChangesFetcher.cjs.map +1 -0
- package/dist/production/src/triggers/TriggerIndirectChangesFetcher.js +21 -0
- package/dist/production/src/triggers/TriggerIndirectChangesFetcher.js.map +1 -0
- package/dist/production/src/triggers/TriggerListenersBuilder.cjs +169 -0
- package/dist/production/src/triggers/TriggerListenersBuilder.cjs.map +1 -0
- package/dist/production/src/triggers/TriggerListenersBuilder.js +169 -0
- package/dist/production/src/triggers/TriggerListenersBuilder.js.map +1 -0
- package/dist/production/src/triggers/TriggerListenersFactory.cjs +17 -0
- package/dist/production/src/triggers/TriggerListenersFactory.cjs.map +1 -0
- package/dist/production/src/triggers/TriggerListenersFactory.js +17 -0
- package/dist/production/src/triggers/TriggerListenersFactory.js.map +1 -0
- package/dist/production/src/triggers/TriggerListenersStore.cjs +24 -0
- package/dist/production/src/triggers/TriggerListenersStore.cjs.map +1 -0
- package/dist/production/src/triggers/TriggerListenersStore.js +24 -0
- package/dist/production/src/triggers/TriggerListenersStore.js.map +1 -0
- package/dist/production/src/triggers/TriggerPayloadBuilder.cjs +134 -0
- package/dist/production/src/triggers/TriggerPayloadBuilder.cjs.map +1 -0
- package/dist/production/src/triggers/TriggerPayloadBuilder.js +134 -0
- package/dist/production/src/triggers/TriggerPayloadBuilder.js.map +1 -0
- package/dist/production/src/triggers/TriggerPayloadManager.cjs +27 -0
- package/dist/production/src/triggers/TriggerPayloadManager.cjs.map +1 -0
- package/dist/production/src/triggers/TriggerPayloadManager.js +27 -0
- package/dist/production/src/triggers/TriggerPayloadManager.js.map +1 -0
- package/dist/production/src/triggers/TriggerPayloadPersister.cjs +40 -0
- package/dist/production/src/triggers/TriggerPayloadPersister.cjs.map +1 -0
- package/dist/production/src/triggers/TriggerPayloadPersister.js +40 -0
- package/dist/production/src/triggers/TriggerPayloadPersister.js.map +1 -0
- package/dist/production/src/utils/assertNever.cjs +7 -0
- package/dist/production/src/utils/assertNever.cjs.map +1 -0
- package/dist/production/src/utils/assertNever.js +7 -0
- package/dist/production/src/utils/assertNever.js.map +1 -0
- package/dist/production/src/utils/map.cjs +13 -0
- package/dist/production/src/utils/map.cjs.map +1 -0
- package/dist/production/src/utils/map.js +13 -0
- package/dist/production/src/utils/map.js.map +1 -0
- package/dist/tests/src/uuid.d.ts +3 -0
- package/dist/tests/src/uuid.d.ts.map +1 -0
- package/dist/tests/tsconfig.tsbuildinfo +1 -1
- package/dist/types/authorization/ActionsAuthorizationActions.d.ts +28 -0
- package/dist/types/authorization/ActionsAuthorizationActions.d.ts.map +1 -0
- package/dist/{src → types}/dispatch/types.d.ts +1 -1
- package/dist/types/dispatch/types.d.ts.map +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -0
- package/dist/{src → types}/utils/map.d.ts.map +1 -1
- package/package.json +37 -24
- package/src/dispatch/types.ts +1 -1
- package/src/tsconfig.json +1 -1
- package/tests/cases/unit/webhookHandler.test.ts +1 -1
- package/tests/src/uuid.ts +4 -0
- package/tests/tsconfig.json +0 -3
- package/vitest.config.ts +3 -0
- package/dist/src/ActionsExecutionContainerHookFactory.js +0 -28
- package/dist/src/ActionsExecutionContainerHookFactory.js.map +0 -1
- package/dist/src/ImplementationException.js +0 -7
- package/dist/src/ImplementationException.js.map +0 -1
- package/dist/src/ListenerStoreProvider.js +0 -21
- package/dist/src/ListenerStoreProvider.js.map +0 -1
- package/dist/src/authorization/ActionsAuthorizationActions.d.ts +0 -27
- package/dist/src/authorization/ActionsAuthorizationActions.d.ts.map +0 -1
- package/dist/src/authorization/ActionsAuthorizationActions.js +0 -17
- package/dist/src/authorization/ActionsAuthorizationActions.js.map +0 -1
- package/dist/src/authorization/ActionsPermissionsFactory.js +0 -17
- package/dist/src/authorization/ActionsPermissionsFactory.js.map +0 -1
- package/dist/src/authorization/Identity.js +0 -3
- package/dist/src/authorization/Identity.js.map +0 -1
- package/dist/src/authorization/index.js +0 -20
- package/dist/src/authorization/index.js.map +0 -1
- package/dist/src/dispatch/DispatchWorkerSupervisor.js +0 -123
- package/dist/src/dispatch/DispatchWorkerSupervisor.js.map +0 -1
- package/dist/src/dispatch/EventDispatcher.js +0 -46
- package/dist/src/dispatch/EventDispatcher.js.map +0 -1
- package/dist/src/dispatch/EventsRepository.js +0 -138
- package/dist/src/dispatch/EventsRepository.js.map +0 -1
- package/dist/src/dispatch/ProjectDispatcher.js +0 -103
- package/dist/src/dispatch/ProjectDispatcher.js.map +0 -1
- package/dist/src/dispatch/TargetHandlerResolver.js +0 -17
- package/dist/src/dispatch/TargetHandlerResolver.js.map +0 -1
- package/dist/src/dispatch/WebhookFetcher.js +0 -17
- package/dist/src/dispatch/WebhookFetcher.js.map +0 -1
- package/dist/src/dispatch/WebhookTargetHandler.js +0 -203
- package/dist/src/dispatch/WebhookTargetHandler.js.map +0 -1
- package/dist/src/dispatch/types.d.ts.map +0 -1
- package/dist/src/dispatch/types.js +0 -3
- package/dist/src/dispatch/types.js.map +0 -1
- package/dist/src/graphql/http/ActionsApiMiddlewareFactory.js +0 -39
- package/dist/src/graphql/http/ActionsApiMiddlewareFactory.js.map +0 -1
- package/dist/src/graphql/http/ActionsContextResolver.js +0 -35
- package/dist/src/graphql/http/ActionsContextResolver.js.map +0 -1
- package/dist/src/graphql/http/ActionsGraphQLHandlerFactory.js +0 -21
- package/dist/src/graphql/http/ActionsGraphQLHandlerFactory.js.map +0 -1
- package/dist/src/graphql/http/ActionsWebsocketControllerFactory.js +0 -154
- package/dist/src/graphql/http/ActionsWebsocketControllerFactory.js.map +0 -1
- package/dist/src/graphql/resolvers/ActionsContext.js +0 -3
- package/dist/src/graphql/resolvers/ActionsContext.js.map +0 -1
- package/dist/src/graphql/resolvers/ResolversFactory.js +0 -32
- package/dist/src/graphql/resolvers/ResolversFactory.js.map +0 -1
- package/dist/src/graphql/resolvers/index.js +0 -19
- package/dist/src/graphql/resolvers/index.js.map +0 -1
- package/dist/src/graphql/resolvers/mutation/ProcessBatchMutationResolver.js +0 -18
- package/dist/src/graphql/resolvers/mutation/ProcessBatchMutationResolver.js.map +0 -1
- package/dist/src/graphql/resolvers/mutation/SetVariablesMutationResolver.js +0 -18
- package/dist/src/graphql/resolvers/mutation/SetVariablesMutationResolver.js.map +0 -1
- package/dist/src/graphql/resolvers/mutation/index.js +0 -19
- package/dist/src/graphql/resolvers/mutation/index.js.map +0 -1
- package/dist/src/graphql/resolvers/query/EventsQueryResolver.js +0 -47
- package/dist/src/graphql/resolvers/query/EventsQueryResolver.js.map +0 -1
- package/dist/src/graphql/resolvers/query/VariablesQueryResolver.js +0 -18
- package/dist/src/graphql/resolvers/query/VariablesQueryResolver.js.map +0 -1
- package/dist/src/graphql/resolvers/query/index.js +0 -18
- package/dist/src/graphql/resolvers/query/index.js.map +0 -1
- package/dist/src/graphql/schema/actions.graphql.js.map +0 -1
- package/dist/src/graphql/schema/index.js +0 -3
- package/dist/src/graphql/schema/index.js.map +0 -1
- package/dist/src/index.js +0 -87
- package/dist/src/index.js.map +0 -1
- package/dist/src/migrations/2023-03-10-145000-actions-variables.js.map +0 -1
- package/dist/src/migrations/index.js +0 -13
- package/dist/src/migrations/index.js.map +0 -1
- package/dist/src/migrations/snapshot.js.map +0 -1
- package/dist/src/model/EventsInProcessingQuery.js +0 -22
- package/dist/src/model/EventsInProcessingQuery.js.map +0 -1
- package/dist/src/model/EventsToProcessQuery.js +0 -22
- package/dist/src/model/EventsToProcessQuery.js.map +0 -1
- package/dist/src/model/EventsToProcessSpecification.js +0 -14
- package/dist/src/model/EventsToProcessSpecification.js.map +0 -1
- package/dist/src/model/FailedEventsQuery.js +0 -22
- package/dist/src/model/FailedEventsQuery.js.map +0 -1
- package/dist/src/model/SetVariableCommand.js +0 -26
- package/dist/src/model/SetVariableCommand.js.map +0 -1
- package/dist/src/model/VariablesManager.js +0 -46
- package/dist/src/model/VariablesManager.js.map +0 -1
- package/dist/src/model/VariablesQuery.js +0 -13
- package/dist/src/model/VariablesQuery.js.map +0 -1
- package/dist/src/model/types.js +0 -3
- package/dist/src/model/types.js.map +0 -1
- package/dist/src/triggers/TriggerHandler.js +0 -130
- package/dist/src/triggers/TriggerHandler.js.map +0 -1
- package/dist/src/triggers/TriggerIndirectChangesFetcher.js +0 -24
- package/dist/src/triggers/TriggerIndirectChangesFetcher.js.map +0 -1
- package/dist/src/triggers/TriggerListeners.js +0 -3
- package/dist/src/triggers/TriggerListeners.js.map +0 -1
- package/dist/src/triggers/TriggerListenersBuilder.js +0 -169
- package/dist/src/triggers/TriggerListenersBuilder.js.map +0 -1
- package/dist/src/triggers/TriggerListenersFactory.js +0 -18
- package/dist/src/triggers/TriggerListenersFactory.js.map +0 -1
- package/dist/src/triggers/TriggerListenersStore.js +0 -30
- package/dist/src/triggers/TriggerListenersStore.js.map +0 -1
- package/dist/src/triggers/TriggerPayloadBuilder.js +0 -140
- package/dist/src/triggers/TriggerPayloadBuilder.js.map +0 -1
- package/dist/src/triggers/TriggerPayloadManager.js +0 -26
- package/dist/src/triggers/TriggerPayloadManager.js.map +0 -1
- package/dist/src/triggers/TriggerPayloadPersister.js +0 -46
- package/dist/src/triggers/TriggerPayloadPersister.js.map +0 -1
- package/dist/src/triggers/index.js +0 -24
- package/dist/src/triggers/index.js.map +0 -1
- package/dist/src/tsconfig.tsbuildinfo +0 -1
- package/dist/src/utils/assertNever.js +0 -8
- package/dist/src/utils/assertNever.js.map +0 -1
- package/dist/src/utils/map.js +0 -14
- package/dist/src/utils/map.js.map +0 -1
- package/dist/tests/cases/integration/triggers.manyHasManyWatch.test.d.ts +0 -2
- package/dist/tests/cases/integration/triggers.manyHasManyWatch.test.d.ts.map +0 -1
- package/dist/tests/cases/integration/triggers.manyHasManyWatch.test.js +0 -442
- package/dist/tests/cases/integration/triggers.manyHasManyWatch.test.js.map +0 -1
- package/dist/tests/cases/integration/triggers.manyHasOneWatch.test.d.ts +0 -2
- package/dist/tests/cases/integration/triggers.manyHasOneWatch.test.d.ts.map +0 -1
- package/dist/tests/cases/integration/triggers.manyHasOneWatch.test.js +0 -449
- package/dist/tests/cases/integration/triggers.manyHasOneWatch.test.js.map +0 -1
- package/dist/tests/cases/integration/triggers.rootWatch.test.d.ts +0 -2
- package/dist/tests/cases/integration/triggers.rootWatch.test.d.ts.map +0 -1
- package/dist/tests/cases/integration/triggers.rootWatch.test.js +0 -222
- package/dist/tests/cases/integration/triggers.rootWatch.test.js.map +0 -1
- package/dist/tests/cases/integration/utils.d.ts +0 -4
- package/dist/tests/cases/integration/utils.d.ts.map +0 -1
- package/dist/tests/cases/integration/utils.js +0 -12
- package/dist/tests/cases/integration/utils.js.map +0 -1
- package/dist/tests/cases/unit/generator.test.js +0 -627
- package/dist/tests/cases/unit/generator.test.js.map +0 -1
- package/dist/tests/cases/unit/webhookHandler.test.js +0 -394
- package/dist/tests/cases/unit/webhookHandler.test.js.map +0 -1
- package/dist/tests/src/gql.js +0 -14
- package/dist/tests/src/gql.js.map +0 -1
- package/tests/cases/integration/triggers.manyHasManyWatch.test.ts +0 -437
- package/tests/cases/integration/triggers.manyHasOneWatch.test.ts +0 -446
- package/tests/cases/integration/triggers.rootWatch.test.ts +0 -216
- package/tests/cases/integration/utils.ts +0 -9
- package/vite.config.js +0 -3
- /package/dist/{src → types}/ActionsExecutionContainerHookFactory.d.ts +0 -0
- /package/dist/{src → types}/ActionsExecutionContainerHookFactory.d.ts.map +0 -0
- /package/dist/{src → types}/ImplementationException.d.ts +0 -0
- /package/dist/{src → types}/ImplementationException.d.ts.map +0 -0
- /package/dist/{src → types}/ListenerStoreProvider.d.ts +0 -0
- /package/dist/{src → types}/ListenerStoreProvider.d.ts.map +0 -0
- /package/dist/{src → types}/authorization/ActionsPermissionsFactory.d.ts +0 -0
- /package/dist/{src → types}/authorization/ActionsPermissionsFactory.d.ts.map +0 -0
- /package/dist/{src → types}/authorization/Identity.d.ts +0 -0
- /package/dist/{src → types}/authorization/Identity.d.ts.map +0 -0
- /package/dist/{src → types}/authorization/index.d.ts +0 -0
- /package/dist/{src → types}/authorization/index.d.ts.map +0 -0
- /package/dist/{src → types}/dispatch/DispatchWorkerSupervisor.d.ts +0 -0
- /package/dist/{src → types}/dispatch/DispatchWorkerSupervisor.d.ts.map +0 -0
- /package/dist/{src → types}/dispatch/EventDispatcher.d.ts +0 -0
- /package/dist/{src → types}/dispatch/EventDispatcher.d.ts.map +0 -0
- /package/dist/{src → types}/dispatch/EventsRepository.d.ts +0 -0
- /package/dist/{src → types}/dispatch/EventsRepository.d.ts.map +0 -0
- /package/dist/{src → types}/dispatch/ProjectDispatcher.d.ts +0 -0
- /package/dist/{src → types}/dispatch/ProjectDispatcher.d.ts.map +0 -0
- /package/dist/{src → types}/dispatch/TargetHandlerResolver.d.ts +0 -0
- /package/dist/{src → types}/dispatch/TargetHandlerResolver.d.ts.map +0 -0
- /package/dist/{src → types}/dispatch/WebhookFetcher.d.ts +0 -0
- /package/dist/{src → types}/dispatch/WebhookFetcher.d.ts.map +0 -0
- /package/dist/{src → types}/dispatch/WebhookTargetHandler.d.ts +0 -0
- /package/dist/{src → types}/dispatch/WebhookTargetHandler.d.ts.map +0 -0
- /package/dist/{src → types}/graphql/http/ActionsApiMiddlewareFactory.d.ts +0 -0
- /package/dist/{src → types}/graphql/http/ActionsApiMiddlewareFactory.d.ts.map +0 -0
- /package/dist/{src → types}/graphql/http/ActionsContextResolver.d.ts +0 -0
- /package/dist/{src → types}/graphql/http/ActionsContextResolver.d.ts.map +0 -0
- /package/dist/{src → types}/graphql/http/ActionsGraphQLHandlerFactory.d.ts +0 -0
- /package/dist/{src → types}/graphql/http/ActionsGraphQLHandlerFactory.d.ts.map +0 -0
- /package/dist/{src → types}/graphql/http/ActionsWebsocketControllerFactory.d.ts +0 -0
- /package/dist/{src → types}/graphql/http/ActionsWebsocketControllerFactory.d.ts.map +0 -0
- /package/dist/{src → types}/graphql/resolvers/ActionsContext.d.ts +0 -0
- /package/dist/{src → types}/graphql/resolvers/ActionsContext.d.ts.map +0 -0
- /package/dist/{src → types}/graphql/resolvers/ResolversFactory.d.ts +0 -0
- /package/dist/{src → types}/graphql/resolvers/ResolversFactory.d.ts.map +0 -0
- /package/dist/{src → types}/graphql/resolvers/index.d.ts +0 -0
- /package/dist/{src → types}/graphql/resolvers/index.d.ts.map +0 -0
- /package/dist/{src → types}/graphql/resolvers/mutation/ProcessBatchMutationResolver.d.ts +0 -0
- /package/dist/{src → types}/graphql/resolvers/mutation/ProcessBatchMutationResolver.d.ts.map +0 -0
- /package/dist/{src → types}/graphql/resolvers/mutation/SetVariablesMutationResolver.d.ts +0 -0
- /package/dist/{src → types}/graphql/resolvers/mutation/SetVariablesMutationResolver.d.ts.map +0 -0
- /package/dist/{src → types}/graphql/resolvers/mutation/index.d.ts +0 -0
- /package/dist/{src → types}/graphql/resolvers/mutation/index.d.ts.map +0 -0
- /package/dist/{src → types}/graphql/resolvers/query/EventsQueryResolver.d.ts +0 -0
- /package/dist/{src → types}/graphql/resolvers/query/EventsQueryResolver.d.ts.map +0 -0
- /package/dist/{src → types}/graphql/resolvers/query/VariablesQueryResolver.d.ts +0 -0
- /package/dist/{src → types}/graphql/resolvers/query/VariablesQueryResolver.d.ts.map +0 -0
- /package/dist/{src → types}/graphql/resolvers/query/index.d.ts +0 -0
- /package/dist/{src → types}/graphql/resolvers/query/index.d.ts.map +0 -0
- /package/dist/{src → types}/graphql/schema/actions.graphql.d.ts +0 -0
- /package/dist/{src → types}/graphql/schema/actions.graphql.d.ts.map +0 -0
- /package/dist/{src → types}/graphql/schema/index.d.ts +0 -0
- /package/dist/{src → types}/graphql/schema/index.d.ts.map +0 -0
- /package/dist/{src → types}/index.d.ts +0 -0
- /package/dist/{src → types}/index.d.ts.map +0 -0
- /package/dist/{src → types}/migrations/2023-03-10-145000-actions-variables.d.ts +0 -0
- /package/dist/{src → types}/migrations/2023-03-10-145000-actions-variables.d.ts.map +0 -0
- /package/dist/{src → types}/migrations/index.d.ts +0 -0
- /package/dist/{src → types}/migrations/index.d.ts.map +0 -0
- /package/dist/{src → types}/migrations/snapshot.d.ts +0 -0
- /package/dist/{src → types}/migrations/snapshot.d.ts.map +0 -0
- /package/dist/{src → types}/model/EventsInProcessingQuery.d.ts +0 -0
- /package/dist/{src → types}/model/EventsInProcessingQuery.d.ts.map +0 -0
- /package/dist/{src → types}/model/EventsToProcessQuery.d.ts +0 -0
- /package/dist/{src → types}/model/EventsToProcessQuery.d.ts.map +0 -0
- /package/dist/{src → types}/model/EventsToProcessSpecification.d.ts +0 -0
- /package/dist/{src → types}/model/EventsToProcessSpecification.d.ts.map +0 -0
- /package/dist/{src → types}/model/FailedEventsQuery.d.ts +0 -0
- /package/dist/{src → types}/model/FailedEventsQuery.d.ts.map +0 -0
- /package/dist/{src → types}/model/SetVariableCommand.d.ts +0 -0
- /package/dist/{src → types}/model/SetVariableCommand.d.ts.map +0 -0
- /package/dist/{src → types}/model/VariablesManager.d.ts +0 -0
- /package/dist/{src → types}/model/VariablesManager.d.ts.map +0 -0
- /package/dist/{src → types}/model/VariablesQuery.d.ts +0 -0
- /package/dist/{src → types}/model/VariablesQuery.d.ts.map +0 -0
- /package/dist/{src → types}/model/types.d.ts +0 -0
- /package/dist/{src → types}/model/types.d.ts.map +0 -0
- /package/dist/{src → types}/triggers/TriggerHandler.d.ts +0 -0
- /package/dist/{src → types}/triggers/TriggerHandler.d.ts.map +0 -0
- /package/dist/{src → types}/triggers/TriggerIndirectChangesFetcher.d.ts +0 -0
- /package/dist/{src → types}/triggers/TriggerIndirectChangesFetcher.d.ts.map +0 -0
- /package/dist/{src → types}/triggers/TriggerListeners.d.ts +0 -0
- /package/dist/{src → types}/triggers/TriggerListeners.d.ts.map +0 -0
- /package/dist/{src → types}/triggers/TriggerListenersBuilder.d.ts +0 -0
- /package/dist/{src → types}/triggers/TriggerListenersBuilder.d.ts.map +0 -0
- /package/dist/{src → types}/triggers/TriggerListenersFactory.d.ts +0 -0
- /package/dist/{src → types}/triggers/TriggerListenersFactory.d.ts.map +0 -0
- /package/dist/{src → types}/triggers/TriggerListenersStore.d.ts +0 -0
- /package/dist/{src → types}/triggers/TriggerListenersStore.d.ts.map +0 -0
- /package/dist/{src → types}/triggers/TriggerPayloadBuilder.d.ts +0 -0
- /package/dist/{src → types}/triggers/TriggerPayloadBuilder.d.ts.map +0 -0
- /package/dist/{src → types}/triggers/TriggerPayloadManager.d.ts +0 -0
- /package/dist/{src → types}/triggers/TriggerPayloadManager.d.ts.map +0 -0
- /package/dist/{src → types}/triggers/TriggerPayloadPersister.d.ts +0 -0
- /package/dist/{src → types}/triggers/TriggerPayloadPersister.d.ts.map +0 -0
- /package/dist/{src → types}/triggers/index.d.ts +0 -0
- /package/dist/{src → types}/triggers/index.d.ts.map +0 -0
- /package/dist/{src → types}/utils/assertNever.d.ts +0 -0
- /package/dist/{src → types}/utils/assertNever.d.ts.map +0 -0
- /package/dist/{src → types}/utils/map.d.ts +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{src → types}/graphql/resolvers/mutation/ProcessBatchMutationResolver.d.ts.map
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/{src → types}/graphql/resolvers/mutation/SetVariablesMutationResolver.d.ts.map
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|