@signskart/shared 1.3.18 → 1.3.19

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.mts CHANGED
@@ -332,7 +332,7 @@ interface ISubscriber {
332
332
  channels: Array<'email' | 'sms' | 'push'>;
333
333
  status?: 'active' | 'unsubscribed' | 'bounced' | 'blocked';
334
334
  locale?: string;
335
- store?: IStore | string;
335
+ store?: IStore;
336
336
  schemaVersion?: number;
337
337
  isDeleted?: boolean;
338
338
  createdAt?: Date;
package/dist/index.d.ts CHANGED
@@ -332,7 +332,7 @@ interface ISubscriber {
332
332
  channels: Array<'email' | 'sms' | 'push'>;
333
333
  status?: 'active' | 'unsubscribed' | 'bounced' | 'blocked';
334
334
  locale?: string;
335
- store?: IStore | string;
335
+ store?: IStore;
336
336
  schemaVersion?: number;
337
337
  isDeleted?: boolean;
338
338
  createdAt?: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signskart/shared",
3
- "version": "1.3.18",
3
+ "version": "1.3.19",
4
4
  "description": "Production-grade upload manager SDK with queue, progress tracking, retry logic, and multi-provider support (S3, Cloudinary).",
5
5
  "author": "Signskart",
6
6
  "license": "UNLICENSED",