Closed fnimick closed 11 months ago
Describe the bug The optional id field for idempotent event processing is not defined in the EventPayload interface and therefore provides no type checking / editor integration.
id
EventPayload
see: https://github.com/inngest/inngest-js/blob/main/packages/inngest/src/types.ts#L305
docs: https://www.inngest.com/docs/reference/events/send#inngest-send-event-payload-event-payload-promise
@fnimick This is fixed in inngest@3.7.2 🙂 Thanks for reporting!
inngest@3.7.2
Describe the bug The optional
id
field for idempotent event processing is not defined in theEventPayload
interface and therefore provides no type checking / editor integration.see: https://github.com/inngest/inngest-js/blob/main/packages/inngest/src/types.ts#L305
docs: https://www.inngest.com/docs/reference/events/send#inngest-send-event-payload-event-payload-promise