@bgord/bun 0.29.12 → 0.29.13

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.
@@ -12,7 +12,7 @@ export declare const EventEnvelopeSchema: {
12
12
  createdAt: z.core.$ZodBranded<z.ZodNumber, "Timestamp">;
13
13
  stream: z.ZodString;
14
14
  version: z.ZodLiteral<1>;
15
- revision: z.ZodOptional<z.core.$ZodBranded<z.ZodNumber, "RevisionValue">>;
15
+ revision: z.ZodOptional<z.ZodNumber>;
16
16
  };
17
17
  export declare const createEventEnvelope: (stream: EventStreamType, deps: Dependencies) => {
18
18
  readonly id: string;
@@ -7,7 +7,7 @@ export declare const HistoryClearedEvent: z.ZodObject<{
7
7
  stream: z.ZodString;
8
8
  name: z.ZodLiteral<"HISTORY_CLEARED_EVENT">;
9
9
  version: z.ZodLiteral<1>;
10
- revision: z.ZodOptional<z.core.$ZodBranded<z.ZodNumber, "RevisionValue">>;
10
+ revision: z.ZodOptional<z.ZodNumber>;
11
11
  payload: z.ZodObject<{
12
12
  subject: z.ZodString;
13
13
  }, z.core.$strip>;
@@ -7,7 +7,7 @@ export declare const HistoryPopulatedEvent: z.ZodObject<{
7
7
  stream: z.ZodString;
8
8
  name: z.ZodLiteral<"HISTORY_POPULATED_EVENT">;
9
9
  version: z.ZodLiteral<1>;
10
- revision: z.ZodOptional<z.core.$ZodBranded<z.ZodNumber, "RevisionValue">>;
10
+ revision: z.ZodOptional<z.ZodNumber>;
11
11
  payload: z.ZodObject<{
12
12
  id: z.ZodUUID;
13
13
  operation: z.ZodString;
@@ -11,7 +11,7 @@ export declare const UserLanguageSetEvent: z.ZodObject<{
11
11
  createdAt: z.core.$ZodBranded<z.ZodNumber, "Timestamp">;
12
12
  stream: z.ZodString;
13
13
  version: z.ZodLiteral<1>;
14
- revision: z.ZodOptional<z.core.$ZodBranded<z.ZodNumber, "RevisionValue">>;
14
+ revision: z.ZodOptional<z.ZodNumber>;
15
15
  }, z.core.$strip>;
16
16
  export type UserLanguageSetEventType = z.infer<typeof UserLanguageSetEvent>;
17
17
  //# sourceMappingURL=USER_LANGUAGE_SET_EVENT.d.ts.map