@plyaz/types 1.45.12 → 1.46.1

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/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from './auth';
2
2
  export type * from './common';
3
3
  export * from './core';
4
+ export type * from './devtools';
4
5
  export type * from './store';
5
6
  export type * from './entities';
6
7
  export * from './errors';
package/dist/index.js CHANGED
@@ -7698,7 +7698,8 @@ var CreateNotificationsSchema = z.object({
7698
7698
  channel: NotificationChannelSchema.optional(),
7699
7699
  category: NotificationCategorySchema.optional(),
7700
7700
  provider: z.string().max(MAX_PROVIDER_LENGTH).optional(),
7701
- providerMessageId: z.string().max(MAX_STRING_LENGTH).optional()
7701
+ providerMessageId: z.string().max(MAX_STRING_LENGTH).optional(),
7702
+ status: NotificationStatusSchema.optional()
7702
7703
  });
7703
7704
 
7704
7705
  // src/core/domain/notifications/streaming.ts