@signskart/shared 1.3.23 → 1.3.25

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
@@ -525,11 +525,11 @@ interface ICountry {
525
525
  _id: string;
526
526
  name: string;
527
527
  slug: string;
528
- iso_code: string;
529
- iso_code3: string;
530
- calling_code: string;
528
+ isoCode: string;
529
+ isoCode3: string;
530
+ callingCode: string;
531
531
  capital: string;
532
- sub_continent: string;
532
+ subContinent: string;
533
533
  continent: string;
534
534
  status: boolean;
535
535
  updatedAt: string;
@@ -575,7 +575,9 @@ interface ICustomer {
575
575
  address: IAddress;
576
576
  email: string;
577
577
  phoneNumber?: string;
578
- password?: string;
578
+ password: string;
579
+ createdAt: string;
580
+ updatedAt: string;
579
581
  }
580
582
 
581
583
  export { type AdminRole, type BannerLink, type BannerMedia, type BannerMediaType, type BannerVisibility, type CategoryQueryParams, type CategoryResponse, type CustomerPhotoStatus, type CustomerPhotosQueryParams, type IAddress, type IAdmin, type IBanner, type IBannerFormValues, type ICategory, type ICountry, type ICoupon, type ICreateStoreDTO, type ICurrency, type ICustomer, type ICustomerPhotos, type IDiscountType, type IFrameChartDocument, type IFrameChartFormProps, type IGlobalSetting, type IImages, type ILanguage, type ILocalizedString, type IPrices, type IPricingChartDocument, type IPricingChartFormProps, type IPricingData, type IPricingTier, type IProduct, type IProductQuery, type IProductResponse, type IProductType, type IProductUpdate, type IProductVariantQuery, type ISEOMetaData, type IShippingChartDocument, type IShippingChartFormProps, type IShippingData, type IShippingTier, type IState, type IStore, type IStoreSettings, type ISubscriber, type ISubscriberCampaign, type ISubscriberCampaignContent, type ISubscriberCampaignLog, type ISubscriberCampaignLogMeta, type ISubscriberCampaignLogMetaLocation, type ISubscriberEvent, type ISubscriberEventBase, type ISubscriberEventSubscribed, type ISubscriberEventUpdated, type ISubscriberList, type ISubscriberPreference, type ISubscriberSegment, type ISubscriberSegmentRules, type ISubscriberSubscription, type IVariant, type IVariantChart, type IVariantChartFormProps, type IVariantOption, type IVariantPrices, type LinkType, ProdductExclusiveTAGS, type ProductExclusiveTag, TAGS, type Tag };
package/dist/index.d.ts CHANGED
@@ -525,11 +525,11 @@ interface ICountry {
525
525
  _id: string;
526
526
  name: string;
527
527
  slug: string;
528
- iso_code: string;
529
- iso_code3: string;
530
- calling_code: string;
528
+ isoCode: string;
529
+ isoCode3: string;
530
+ callingCode: string;
531
531
  capital: string;
532
- sub_continent: string;
532
+ subContinent: string;
533
533
  continent: string;
534
534
  status: boolean;
535
535
  updatedAt: string;
@@ -575,7 +575,9 @@ interface ICustomer {
575
575
  address: IAddress;
576
576
  email: string;
577
577
  phoneNumber?: string;
578
- password?: string;
578
+ password: string;
579
+ createdAt: string;
580
+ updatedAt: string;
579
581
  }
580
582
 
581
583
  export { type AdminRole, type BannerLink, type BannerMedia, type BannerMediaType, type BannerVisibility, type CategoryQueryParams, type CategoryResponse, type CustomerPhotoStatus, type CustomerPhotosQueryParams, type IAddress, type IAdmin, type IBanner, type IBannerFormValues, type ICategory, type ICountry, type ICoupon, type ICreateStoreDTO, type ICurrency, type ICustomer, type ICustomerPhotos, type IDiscountType, type IFrameChartDocument, type IFrameChartFormProps, type IGlobalSetting, type IImages, type ILanguage, type ILocalizedString, type IPrices, type IPricingChartDocument, type IPricingChartFormProps, type IPricingData, type IPricingTier, type IProduct, type IProductQuery, type IProductResponse, type IProductType, type IProductUpdate, type IProductVariantQuery, type ISEOMetaData, type IShippingChartDocument, type IShippingChartFormProps, type IShippingData, type IShippingTier, type IState, type IStore, type IStoreSettings, type ISubscriber, type ISubscriberCampaign, type ISubscriberCampaignContent, type ISubscriberCampaignLog, type ISubscriberCampaignLogMeta, type ISubscriberCampaignLogMetaLocation, type ISubscriberEvent, type ISubscriberEventBase, type ISubscriberEventSubscribed, type ISubscriberEventUpdated, type ISubscriberList, type ISubscriberPreference, type ISubscriberSegment, type ISubscriberSegmentRules, type ISubscriberSubscription, type IVariant, type IVariantChart, type IVariantChartFormProps, type IVariantOption, type IVariantPrices, type LinkType, ProdductExclusiveTAGS, type ProductExclusiveTag, TAGS, type Tag };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signskart/shared",
3
- "version": "1.3.23",
3
+ "version": "1.3.25",
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",