@commercengine/pos 0.4.1 → 0.4.2

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.
@@ -1955,4 +1955,4 @@ type PosUpdateShipmentContent = PosUpdateShipmentResponse['content'];
1955
1955
  type PosUpdateShipmentPathParams = paths['/pos/shipping/shipments/{reference_number}/manual-update']['put']['parameters']['path'];
1956
1956
  type PosUpdateShipmentBody = Writable<NonNullable<paths['/pos/shipping/shipments/{reference_number}/manual-update']['put']['requestBody']>['content']['application/json']>;
1957
1957
  //#endregion
1958
- export { AppliedCoupon, AppliedPromotion, BankTransfer, BusinessInfo, CardPayment, CheckInventoryResponse, CollectInStoreFulfillment, Customer, CustomerAddress, CustomerDetail, CustomerInfo, CustomerLoyalty, CustomerSegment, CustomerStatus, DeliveryFulfillment, FulfillmentItem, FulfillmentPreference, InventoryAction, InventoryActivity, InventoryDetail, InventoryStatus, Invoice, InvoiceDetail, InvoiceItem, ItemWiseInventory, KycStatus, LotBatchWiseInventory, LoyaltyPointPayment, NetbankingPayment, NotificationChannelPreferences, NotificationPreferences, OpeningHours, Order, OrderAction, OrderActivity, OrderDetail, OrderItem, OrderList, OrderPayment, OrderPaymentInfo, OrderReceiptJsonFormat, OrderShipment, OrderShipmentDetail, OrderStatus, Pagination, PartialCollectAndDelivery, PaymentStatus, PosCheckOrderInventoryContent, PosCheckOrderInventoryPathParams, PosCheckOrderInventoryResponse, PosGetCustomerDetailContent, PosGetCustomerDetailPathParams, PosGetCustomerDetailResponse, PosGetOrderDetailContent, PosGetOrderDetailPathParams, PosGetOrderDetailResponse, PosGetOrderInvoiceContent, PosGetOrderInvoicePathParams, PosGetOrderInvoiceQuery, PosGetOrderInvoiceResponse, PosGetOrderReceiptContent, PosGetOrderReceiptPathParams, PosGetOrderReceiptQuery, PosGetOrderReceiptResponse, PosGetShipmentActivitiesContent, PosGetShipmentActivitiesPathParams, PosGetShipmentActivitiesResponse, PosGetShipmentDetailContent, PosGetShipmentDetailPathParams, PosGetShipmentDetailResponse, PosGetShipmentInvoiceContent, PosGetShipmentInvoicePathParams, PosGetShipmentInvoiceQuery, PosGetShipmentInvoiceResponse, PosListCustomersContent, PosListCustomersQuery, PosListCustomersResponse, PosListInventoryActivityContent, PosListInventoryActivityQuery, PosListInventoryActivityResponse, PosListInventoryContent, PosListInventoryDetailContent, PosListInventoryDetailQuery, PosListInventoryDetailResponse, PosListInventoryQuery, PosListInventoryResponse, PosListOrderActivityContent, PosListOrderActivityPathParams, PosListOrderActivityResponse, PosListOrderShipmentsContent, PosListOrderShipmentsPathParams, PosListOrderShipmentsResponse, PosListOrdersContent, PosListOrdersQuery, PosListOrdersResponse, PosListShipmentsContent, PosListShipmentsQuery, PosListShipmentsResponse, PosRefundShortfallBody, PosRefundShortfallPathParams, PosRefundShortfallResponse, PosUpdateShipmentBody, PosUpdateShipmentContent, PosUpdateShipmentPathParams, PosUpdateShipmentResponse, ProductImage, Shipment, ShipmentAction, ShipmentActivity, ShipmentBox, ShipmentDetail, ShipmentInfo, ShipmentItem, ShipmentList, ShipmentPackaging, ShipmentProgression, ShipmentStatus, UpiPayment, WalletPayment, Warehouse, WarehouseBasicDetail, WarehouseWiseInventory, type components, type operations, type paths };
1958
+ export { AppliedCoupon, AppliedPromotion, BankTransfer, BusinessInfo, CardPayment, CheckInventoryResponse, CollectInStoreFulfillment, Customer, CustomerAddress, CustomerDetail, CustomerInfo, CustomerLoyalty, CustomerSegment, CustomerStatus, DeliveryFulfillment, FulfillmentItem, FulfillmentPreference, InventoryAction, InventoryActivity, InventoryDetail, InventoryStatus, Invoice, InvoiceDetail, InvoiceItem, ItemWiseInventory, KycStatus, LotBatchWiseInventory, LoyaltyPointPayment, NetbankingPayment, NotificationChannelPreferences, NotificationPreferences, OpeningHours, Order, OrderAction, OrderActivity, OrderDetail, OrderItem, OrderList, OrderPayment, OrderPaymentInfo, OrderReceiptJsonFormat, OrderShipment, OrderShipmentDetail, OrderStatus, Pagination, PartialCollectAndDelivery, PaymentStatus, PosCheckOrderInventoryContent, PosCheckOrderInventoryPathParams, PosCheckOrderInventoryResponse, PosGetCustomerDetailContent, PosGetCustomerDetailPathParams, PosGetCustomerDetailResponse, PosGetOrderDetailContent, PosGetOrderDetailPathParams, PosGetOrderDetailResponse, PosGetOrderInvoiceContent, PosGetOrderInvoicePathParams, PosGetOrderInvoiceQuery, PosGetOrderInvoiceResponse, PosGetOrderReceiptContent, PosGetOrderReceiptPathParams, PosGetOrderReceiptQuery, PosGetOrderReceiptResponse, PosGetShipmentActivitiesContent, PosGetShipmentActivitiesPathParams, PosGetShipmentActivitiesResponse, PosGetShipmentDetailContent, PosGetShipmentDetailPathParams, PosGetShipmentDetailResponse, PosGetShipmentInvoiceContent, PosGetShipmentInvoicePathParams, PosGetShipmentInvoiceQuery, PosGetShipmentInvoiceResponse, PosListCustomersContent, PosListCustomersQuery, PosListCustomersResponse, PosListInventoryActivityContent, PosListInventoryActivityQuery, PosListInventoryActivityResponse, PosListInventoryContent, PosListInventoryDetailContent, PosListInventoryDetailQuery, PosListInventoryDetailResponse, PosListInventoryQuery, PosListInventoryResponse, PosListOrderActivityContent, PosListOrderActivityPathParams, PosListOrderActivityResponse, PosListOrderShipmentsContent, PosListOrderShipmentsPathParams, PosListOrderShipmentsResponse, PosListOrdersContent, PosListOrdersQuery, PosListOrdersResponse, PosListShipmentsContent, PosListShipmentsQuery, PosListShipmentsResponse, PosRefundShortfallBody, PosRefundShortfallPathParams, PosRefundShortfallResponse, PosUpdateShipmentBody, PosUpdateShipmentContent, PosUpdateShipmentPathParams, PosUpdateShipmentResponse, ProductImage, type Readable, Shipment, ShipmentAction, ShipmentActivity, ShipmentBox, ShipmentDetail, ShipmentInfo, ShipmentItem, ShipmentList, ShipmentPackaging, ShipmentProgression, ShipmentStatus, UpiPayment, WalletPayment, Warehouse, WarehouseBasicDetail, WarehouseWiseInventory, type Writable, type components, type operations, type paths };
package/dist/index.d.mts CHANGED
@@ -11,8 +11,8 @@ type $Read$1<T> = {
11
11
  type $Write$1<T> = {
12
12
  readonly $write: T;
13
13
  };
14
- type Readable$1<T> = T extends $Write$1<any> ? never : T extends $Read$1<infer U> ? Readable$1<U> : T extends (infer E)[] ? Readable$1<E>[] : T extends object ? { [K in keyof T as NonNullable<T[K]> extends $Write$1<any> ? never : K]: Readable$1<T[K]> } : T;
15
- type Writable$1<T> = T extends $Read$1<any> ? never : T extends $Write$1<infer U> ? Writable$1<U> : T extends (infer E)[] ? Writable$1<E>[] : T extends object ? { [K in keyof T as NonNullable<T[K]> extends $Read$1<any> ? never : K]: Writable$1<T[K]> } & { [K in keyof T as NonNullable<T[K]> extends $Read$1<any> ? K : never]?: never } : T;
14
+ type Readable<T> = T extends $Write$1<any> ? never : T extends $Read$1<infer U> ? Readable<U> : T extends (infer E)[] ? Readable<E>[] : T extends object ? { [K in keyof T as NonNullable<T[K]> extends $Write$1<any> ? never : K]: Readable<T[K]> } : T;
15
+ type Writable<T> = T extends $Read$1<any> ? never : T extends $Write$1<infer U> ? Writable<U> : T extends (infer E)[] ? Writable<E>[] : T extends object ? { [K in keyof T as NonNullable<T[K]> extends $Read$1<any> ? never : K]: Writable<T[K]> } & { [K in keyof T as NonNullable<T[K]> extends $Read$1<any> ? K : never]?: never } : T;
16
16
  interface paths {
17
17
  "/pos/auth/login/email": {
18
18
  parameters: {
@@ -4259,8 +4259,8 @@ type $Read<T> = {
4259
4259
  type $Write<T> = {
4260
4260
  readonly $write: T;
4261
4261
  };
4262
- type Readable<T> = T extends $Write<any> ? never : T extends $Read<infer U> ? Readable<U> : T extends (infer E)[] ? Readable<E>[] : T extends object ? { [K in keyof T as NonNullable<T[K]> extends $Write<any> ? never : K]: Readable<T[K]> } : T;
4263
- type Writable<T> = T extends $Read<any> ? never : T extends $Write<infer U> ? Writable<U> : T extends (infer E)[] ? Writable<E>[] : T extends object ? { [K in keyof T as NonNullable<T[K]> extends $Read<any> ? never : K]: Writable<T[K]> } & { [K in keyof T as NonNullable<T[K]> extends $Read<any> ? K : never]?: never } : T;
4262
+ type Readable$1<T> = T extends $Write<any> ? never : T extends $Read<infer U> ? Readable$1<U> : T extends (infer E)[] ? Readable$1<E>[] : T extends object ? { [K in keyof T as NonNullable<T[K]> extends $Write<any> ? never : K]: Readable$1<T[K]> } : T;
4263
+ type Writable$1<T> = T extends $Read<any> ? never : T extends $Write<infer U> ? Writable$1<U> : T extends (infer E)[] ? Writable$1<E>[] : T extends object ? { [K in keyof T as NonNullable<T[K]> extends $Read<any> ? never : K]: Writable$1<T[K]> } & { [K in keyof T as NonNullable<T[K]> extends $Read<any> ? K : never]?: never } : T;
4264
4264
  interface paths$1 {
4265
4265
  "/pos/catalog/inventories": {
4266
4266
  parameters: {
@@ -6490,323 +6490,329 @@ declare enum Environment {
6490
6490
  }
6491
6491
  //#endregion
6492
6492
  //#region src/types/pos-api-types.d.ts
6493
- type AcceleratedRewardCouponPromotion = Readable$1<components['schemas']['AcceleratedRewardCouponPromotion']>;
6494
- type AcceleratedRewardRule = Readable$1<components['schemas']['AcceleratedRewardRule']>;
6495
- type AdditionalProductDetails = Readable$1<components['schemas']['AdditionalProductDetails']>;
6496
- type ApplicableCoupon = Readable$1<components['schemas']['ApplicableCoupon']>;
6497
- type ApplicablePromotion = Readable$1<components['schemas']['ApplicablePromotion']>;
6498
- type AppliedCoupon = Readable$1<components['schemas']['AppliedCoupon']>;
6499
- type AppliedPromotion = Readable$1<components['schemas']['AppliedPromotion']>;
6500
- type AssociatedOption = Readable$1<components['schemas']['AssociatedOption']>;
6501
- type AutoScaleBasedOnAmount = Readable$1<components['schemas']['AutoScaleBasedOnAmount']>;
6502
- type AutoScaleBasedOnQuantity = Readable$1<components['schemas']['AutoScaleBasedOnQuantity']>;
6503
- type BankTransfer = Readable$1<components['schemas']['BankTransfer']>;
6504
- type BooleanAttribute = Readable$1<components['schemas']['BooleanAttribute']>;
6505
- type BuyXGetYCouponPromotion = Readable$1<components['schemas']['BuyXGetYCouponPromotion']>;
6506
- type BuyXGetYRule = Readable$1<components['schemas']['BuyXGetYRule']>;
6507
- type BuyXGetYRuleBasedOnAmount = Readable$1<components['schemas']['BuyXGetYRuleBasedOnAmount']>;
6508
- type BuyXGetYRuleBasedOnQuantity = Readable$1<components['schemas']['BuyXGetYRuleBasedOnQuantity']>;
6509
- type CardPayment = Readable$1<components['schemas']['CardPayment']>;
6510
- type Cart = Readable$1<components['schemas']['Cart']>;
6511
- type CartBasedFulfillmentOption = Readable$1<components['schemas']['CartBasedFulfillmentOption']>;
6512
- type CartItem = Readable$1<components['schemas']['CartItem']>;
6513
- type CartShipment = Readable$1<components['schemas']['CartShipment']>;
6514
- type Category = Readable$1<components['schemas']['Category']>;
6515
- type CollectInStore = Readable$1<components['schemas']['CollectInStore']>;
6516
- type CollectInStoreAddress = Readable$1<components['schemas']['CollectInStoreAddress']>;
6517
- type CollectInStoreFulfillment = Readable$1<components['schemas']['CollectInStoreFulfillment']>;
6518
- type ColorAttribute = Readable$1<components['schemas']['ColorAttribute']>;
6519
- type ColorOption = Readable$1<components['schemas']['ColorOption']>;
6520
- type Coupon = Readable$1<components['schemas']['Coupon']>;
6521
- type CouponPromotionCommonDetail = Readable$1<components['schemas']['CouponPromotionCommonDetail']>;
6522
- type CouponType = Readable$1<components['schemas']['CouponType']>;
6523
- type Currency = Readable$1<components['schemas']['Currency']>;
6524
- type CustomSlabsBasedOnAmount = Readable$1<components['schemas']['CustomSlabsBasedOnAmount']>;
6525
- type CustomSlabsBasedOnQuantity = Readable$1<components['schemas']['CustomSlabsBasedOnQuantity']>;
6526
- type CustomerAddress = Readable$1<components['schemas']['CustomerAddress']>;
6527
- type DateAttribute = Readable$1<components['schemas']['DateAttribute']>;
6528
- type DeliveryFulfillment = Readable$1<components['schemas']['DeliveryFulfillment']>;
6529
- type DeliveryOption = Readable$1<components['schemas']['DeliveryOption']>;
6530
- type DiscountBasedPromotion = Readable$1<components['schemas']['DiscountBasedPromotion']>;
6531
- type DiscountCouponPromotion = Readable$1<components['schemas']['DiscountCouponPromotion']>;
6532
- type DiscountRule = Readable$1<components['schemas']['DiscountRule']>;
6533
- type FixedAmountDiscountRule = Readable$1<components['schemas']['FixedAmountDiscountRule']>;
6534
- type FixedPriceCouponPromotion = Readable$1<components['schemas']['FixedPriceCouponPromotion']>;
6535
- type FixedPricePromotion = Readable$1<components['schemas']['FixedPricePromotion']>;
6536
- type FixedPriceRule = Readable$1<components['schemas']['FixedPriceRule']>;
6537
- type FixedPriceRuleBasedAmount = Readable$1<components['schemas']['FixedPriceRuleBasedAmount']>;
6538
- type FixedPriceRuleBasedQuantity = Readable$1<components['schemas']['FixedPriceRuleBasedQuantity']>;
6539
- type FreeGoodCouponPromotion = Readable$1<components['schemas']['FreeGoodCouponPromotion']>;
6540
- type FreeGoodsPromotion = Readable$1<components['schemas']['FreeGoodsPromotion']>;
6541
- type FreeGoodsRule = Readable$1<components['schemas']['FreeGoodsRule']>;
6542
- type FreeShipingCouponPromotion = Readable$1<components['schemas']['FreeShipingCouponPromotion']>;
6543
- type FulfillmentItem = Readable$1<components['schemas']['FulfillmentItem']>;
6544
- type FulfillmentPreference = Readable$1<components['schemas']['FulfillmentPreference']>;
6545
- type InapplicableCoupon = Readable$1<components['schemas']['InapplicableCoupon']>;
6546
- type InapplicablePromotion = Readable$1<components['schemas']['InapplicablePromotion']>;
6547
- type Item = Readable$1<components['schemas']['Item']>;
6548
- type LotBatchDetail = Readable$1<components['schemas']['LotBatchDetail']>;
6549
- type MultiSelectAttribute = Readable$1<components['schemas']['MultiSelectAttribute']>;
6550
- type NetbankingPayment = Readable$1<components['schemas']['NetbankingPayment']>;
6551
- type NumberAttribute = Readable$1<components['schemas']['NumberAttribute']>;
6552
- type Order = Readable$1<components['schemas']['Order']>;
6553
- type OrderDetail = Readable$1<components['schemas']['OrderDetail']>;
6554
- type OrderItem = Readable$1<components['schemas']['OrderItem']>;
6555
- type OrderPayment = Readable$1<components['schemas']['OrderPayment']>;
6556
- type OrderRefund = Readable$1<components['schemas']['OrderRefund']>;
6557
- type OrderShipment = Readable$1<components['schemas']['OrderShipment']>;
6558
- type Pagination = Readable$1<components['schemas']['Pagination']>;
6559
- type PartialCollectAndDelivery = Readable$1<components['schemas']['PartialCollectAndDelivery']>;
6560
- type PayWithCard = Readable$1<components['schemas']['PayWithCard']>;
6561
- type PayWithCash = Readable$1<components['schemas']['PayWithCash']>;
6562
- type PayWithUpi = Readable$1<components['schemas']['PayWithUpi']>;
6563
- type PaymentInfo = Readable$1<components['schemas']['PaymentInfo']>;
6564
- type PercentageDiscountRule = Readable$1<components['schemas']['PercentageDiscountRule']>;
6565
- type PosDevice = Readable$1<components['schemas']['PosDevice']>;
6566
- type PosDeviceClaimedUser = Readable$1<components['schemas']['PosDeviceClaimedUser']>;
6567
- type PosLocation = Readable$1<components['schemas']['PosLocation']>;
6568
- type PosUpdateCustomerWithEmail = Readable$1<components['schemas']['PosUpdateCustomerWithEmail']>;
6569
- type PosUpdateCustomerWithId = Readable$1<components['schemas']['PosUpdateCustomerWithId']>;
6570
- type PosUpdateCustomerWithPhone = Readable$1<components['schemas']['PosUpdateCustomerWithPhone']>;
6571
- type PosUser = Readable$1<components['schemas']['PosUser']>;
6572
- type Product = Readable$1<components['schemas']['Product']>;
6573
- type ProductAttribute = Readable$1<components['schemas']['ProductAttribute']>;
6574
- type ProductBundleItem = Readable$1<components['schemas']['ProductBundleItem']>;
6575
- type ProductCategory = Readable$1<components['schemas']['ProductCategory']>;
6576
- type ProductDetail = Readable$1<components['schemas']['ProductDetail']>;
6577
- type ProductImage = Readable$1<components['schemas']['ProductImage']>;
6578
- type ProductPricing = Readable$1<components['schemas']['ProductPricing']>;
6579
- type ProductPromotion = Readable$1<components['schemas']['ProductPromotion']>;
6580
- type ProductReview = Readable$1<components['schemas']['ProductReview']>;
6581
- type ProductShipping = Readable$1<components['schemas']['ProductShipping']>;
6582
- type ProductSubscription = Readable$1<components['schemas']['ProductSubscription']>;
6583
- type ProductVideo = Readable$1<components['schemas']['ProductVideo']>;
6584
- type Promotion = Readable$1<components['schemas']['Promotion']>;
6585
- type PromotionType = Readable$1<components['schemas']['PromotionType']>;
6586
- type SearchProduct = Readable$1<components['schemas']['SearchProduct']>;
6587
- type SellerInfo = Readable$1<components['schemas']['SellerInfo']>;
6588
- type Seo = Readable$1<components['schemas']['Seo']>;
6589
- type ShipmentItem = Readable$1<components['schemas']['ShipmentItem']>;
6590
- type ShipmentStatus = Readable$1<components['schemas']['ShipmentStatus']>;
6591
- type SingleSelectAttribute = Readable$1<components['schemas']['SingleSelectAttribute']>;
6592
- type SingleSelectOption = Readable$1<components['schemas']['SingleSelectOption']>;
6593
- type TextAttribute = Readable$1<components['schemas']['TextAttribute']>;
6594
- type UpdateCartItem = Readable$1<components['schemas']['UpdateCartItem']>;
6595
- type UpiPayment = Readable$1<components['schemas']['UpiPayment']>;
6596
- type Variant = Readable$1<components['schemas']['Variant']>;
6597
- type VariantDetail = Readable$1<components['schemas']['VariantDetail']>;
6598
- type VariantOption = Readable$1<components['schemas']['VariantOption']>;
6599
- type VolumeBasedCouponPromotion = Readable$1<components['schemas']['VolumeBasedCouponPromotion']>;
6600
- type VolumeBasedPromotion = Readable$1<components['schemas']['VolumeBasedPromotion']>;
6601
- type VolumeBasedRule = Readable$1<components['schemas']['VolumeBasedRule']>;
6602
- type WalletPayment = Readable$1<components['schemas']['WalletPayment']>;
6603
- type LoginPosDeviceWithEmailResponse = Readable$1<paths['/pos/auth/login/email']['post']['responses'][200]['content']['application/json']>;
6493
+ type AcceleratedRewardCouponPromotion = Readable<components['schemas']['AcceleratedRewardCouponPromotion']>;
6494
+ type AcceleratedRewardRule = Readable<components['schemas']['AcceleratedRewardRule']>;
6495
+ type AdditionalProductDetails = Readable<components['schemas']['AdditionalProductDetails']>;
6496
+ type ApplicableCoupon = Readable<components['schemas']['ApplicableCoupon']>;
6497
+ type ApplicablePromotion = Readable<components['schemas']['ApplicablePromotion']>;
6498
+ type AppliedCoupon = Readable<components['schemas']['AppliedCoupon']>;
6499
+ type AppliedPromotion = Readable<components['schemas']['AppliedPromotion']>;
6500
+ type AssociatedOption = Readable<components['schemas']['AssociatedOption']>;
6501
+ type AutoScaleBasedOnAmount = Readable<components['schemas']['AutoScaleBasedOnAmount']>;
6502
+ type AutoScaleBasedOnQuantity = Readable<components['schemas']['AutoScaleBasedOnQuantity']>;
6503
+ type BankTransfer = Readable<components['schemas']['BankTransfer']>;
6504
+ type BooleanAttribute = Readable<components['schemas']['BooleanAttribute']>;
6505
+ type BuyXGetYCouponPromotion = Readable<components['schemas']['BuyXGetYCouponPromotion']>;
6506
+ type BuyXGetYRule = Readable<components['schemas']['BuyXGetYRule']>;
6507
+ type BuyXGetYRuleBasedOnAmount = Readable<components['schemas']['BuyXGetYRuleBasedOnAmount']>;
6508
+ type BuyXGetYRuleBasedOnQuantity = Readable<components['schemas']['BuyXGetYRuleBasedOnQuantity']>;
6509
+ type CardPayment = Readable<components['schemas']['CardPayment']>;
6510
+ type Cart = Readable<components['schemas']['Cart']>;
6511
+ type CartBasedFulfillmentOptionInput = Writable<components['schemas']['CartBasedFulfillmentOption']>;
6512
+ type CartItem = Readable<components['schemas']['CartItem']>;
6513
+ type CartShipment = Readable<components['schemas']['CartShipment']>;
6514
+ type Category = Readable<components['schemas']['Category']>;
6515
+ type CollectInStore = Readable<components['schemas']['CollectInStore']>;
6516
+ type CollectInStoreAddress = Readable<components['schemas']['CollectInStoreAddress']>;
6517
+ type CollectInStoreFulfillment = Readable<components['schemas']['CollectInStoreFulfillment']>;
6518
+ type CollectInStoreFulfillmentInput = Writable<components['schemas']['CollectInStoreFulfillment']>;
6519
+ type ColorAttribute = Readable<components['schemas']['ColorAttribute']>;
6520
+ type ColorOption = Readable<components['schemas']['ColorOption']>;
6521
+ type Coupon = Readable<components['schemas']['Coupon']>;
6522
+ type CouponPromotionCommonDetail = Readable<components['schemas']['CouponPromotionCommonDetail']>;
6523
+ type CouponType = Readable<components['schemas']['CouponType']>;
6524
+ type Currency = Readable<components['schemas']['Currency']>;
6525
+ type CustomSlabsBasedOnAmount = Readable<components['schemas']['CustomSlabsBasedOnAmount']>;
6526
+ type CustomSlabsBasedOnQuantity = Readable<components['schemas']['CustomSlabsBasedOnQuantity']>;
6527
+ type CustomerAddress = Readable<components['schemas']['CustomerAddress']>;
6528
+ type CustomerAddressInput = Writable<components['schemas']['CustomerAddress']>;
6529
+ type DateAttribute = Readable<components['schemas']['DateAttribute']>;
6530
+ type DeliveryFulfillment = Readable<components['schemas']['DeliveryFulfillment']>;
6531
+ type DeliveryFulfillmentInput = Writable<components['schemas']['DeliveryFulfillment']>;
6532
+ type DeliveryOption = Readable<components['schemas']['DeliveryOption']>;
6533
+ type DiscountBasedPromotion = Readable<components['schemas']['DiscountBasedPromotion']>;
6534
+ type DiscountCouponPromotion = Readable<components['schemas']['DiscountCouponPromotion']>;
6535
+ type DiscountRule = Readable<components['schemas']['DiscountRule']>;
6536
+ type FixedAmountDiscountRule = Readable<components['schemas']['FixedAmountDiscountRule']>;
6537
+ type FixedPriceCouponPromotion = Readable<components['schemas']['FixedPriceCouponPromotion']>;
6538
+ type FixedPricePromotion = Readable<components['schemas']['FixedPricePromotion']>;
6539
+ type FixedPriceRule = Readable<components['schemas']['FixedPriceRule']>;
6540
+ type FixedPriceRuleBasedAmount = Readable<components['schemas']['FixedPriceRuleBasedAmount']>;
6541
+ type FixedPriceRuleBasedQuantity = Readable<components['schemas']['FixedPriceRuleBasedQuantity']>;
6542
+ type FreeGoodCouponPromotion = Readable<components['schemas']['FreeGoodCouponPromotion']>;
6543
+ type FreeGoodsPromotion = Readable<components['schemas']['FreeGoodsPromotion']>;
6544
+ type FreeGoodsRule = Readable<components['schemas']['FreeGoodsRule']>;
6545
+ type FreeShipingCouponPromotion = Readable<components['schemas']['FreeShipingCouponPromotion']>;
6546
+ type FulfillmentItem = Readable<components['schemas']['FulfillmentItem']>;
6547
+ type FulfillmentItemInput = Writable<components['schemas']['FulfillmentItem']>;
6548
+ type FulfillmentPreference = Readable<components['schemas']['FulfillmentPreference']>;
6549
+ type FulfillmentPreferenceInput = Writable<components['schemas']['FulfillmentPreference']>;
6550
+ type InapplicableCoupon = Readable<components['schemas']['InapplicableCoupon']>;
6551
+ type InapplicablePromotion = Readable<components['schemas']['InapplicablePromotion']>;
6552
+ type Item = Readable<components['schemas']['Item']>;
6553
+ type LotBatchDetail = Readable<components['schemas']['LotBatchDetail']>;
6554
+ type MultiSelectAttribute = Readable<components['schemas']['MultiSelectAttribute']>;
6555
+ type NetbankingPayment = Readable<components['schemas']['NetbankingPayment']>;
6556
+ type NumberAttribute = Readable<components['schemas']['NumberAttribute']>;
6557
+ type Order = Readable<components['schemas']['Order']>;
6558
+ type OrderDetail = Readable<components['schemas']['OrderDetail']>;
6559
+ type OrderItem = Readable<components['schemas']['OrderItem']>;
6560
+ type OrderPayment = Readable<components['schemas']['OrderPayment']>;
6561
+ type OrderRefund = Readable<components['schemas']['OrderRefund']>;
6562
+ type OrderShipment = Readable<components['schemas']['OrderShipment']>;
6563
+ type Pagination = Readable<components['schemas']['Pagination']>;
6564
+ type PartialCollectAndDelivery = Readable<components['schemas']['PartialCollectAndDelivery']>;
6565
+ type PartialCollectAndDeliveryInput = Writable<components['schemas']['PartialCollectAndDelivery']>;
6566
+ type PayWithCardInput = Writable<components['schemas']['PayWithCard']>;
6567
+ type PayWithCashInput = Writable<components['schemas']['PayWithCash']>;
6568
+ type PayWithUpiInput = Writable<components['schemas']['PayWithUpi']>;
6569
+ type PaymentInfo = Readable<components['schemas']['PaymentInfo']>;
6570
+ type PercentageDiscountRule = Readable<components['schemas']['PercentageDiscountRule']>;
6571
+ type PosDevice = Readable<components['schemas']['PosDevice']>;
6572
+ type PosDeviceClaimedUser = Readable<components['schemas']['PosDeviceClaimedUser']>;
6573
+ type PosLocation = Readable<components['schemas']['PosLocation']>;
6574
+ type PosUpdateCustomerWithEmailInput = Writable<components['schemas']['PosUpdateCustomerWithEmail']>;
6575
+ type PosUpdateCustomerWithIdInput = Writable<components['schemas']['PosUpdateCustomerWithId']>;
6576
+ type PosUpdateCustomerWithPhoneInput = Writable<components['schemas']['PosUpdateCustomerWithPhone']>;
6577
+ type PosUser = Readable<components['schemas']['PosUser']>;
6578
+ type Product = Readable<components['schemas']['Product']>;
6579
+ type ProductAttribute = Readable<components['schemas']['ProductAttribute']>;
6580
+ type ProductBundleItem = Readable<components['schemas']['ProductBundleItem']>;
6581
+ type ProductCategory = Readable<components['schemas']['ProductCategory']>;
6582
+ type ProductDetail = Readable<components['schemas']['ProductDetail']>;
6583
+ type ProductImage = Readable<components['schemas']['ProductImage']>;
6584
+ type ProductPricing = Readable<components['schemas']['ProductPricing']>;
6585
+ type ProductPromotion = Readable<components['schemas']['ProductPromotion']>;
6586
+ type ProductReview = Readable<components['schemas']['ProductReview']>;
6587
+ type ProductShipping = Readable<components['schemas']['ProductShipping']>;
6588
+ type ProductSubscription = Readable<components['schemas']['ProductSubscription']>;
6589
+ type ProductVideo = Readable<components['schemas']['ProductVideo']>;
6590
+ type Promotion = Readable<components['schemas']['Promotion']>;
6591
+ type PromotionType = Readable<components['schemas']['PromotionType']>;
6592
+ type SearchProductInput = Writable<components['schemas']['SearchProduct']>;
6593
+ type SellerInfo = Readable<components['schemas']['SellerInfo']>;
6594
+ type Seo = Readable<components['schemas']['Seo']>;
6595
+ type ShipmentItem = Readable<components['schemas']['ShipmentItem']>;
6596
+ type ShipmentStatus = Readable<components['schemas']['ShipmentStatus']>;
6597
+ type SingleSelectAttribute = Readable<components['schemas']['SingleSelectAttribute']>;
6598
+ type SingleSelectOption = Readable<components['schemas']['SingleSelectOption']>;
6599
+ type TextAttribute = Readable<components['schemas']['TextAttribute']>;
6600
+ type UpdateCartItemInput = Writable<components['schemas']['UpdateCartItem']>;
6601
+ type UpiPayment = Readable<components['schemas']['UpiPayment']>;
6602
+ type Variant = Readable<components['schemas']['Variant']>;
6603
+ type VariantDetail = Readable<components['schemas']['VariantDetail']>;
6604
+ type VariantOption = Readable<components['schemas']['VariantOption']>;
6605
+ type VolumeBasedCouponPromotion = Readable<components['schemas']['VolumeBasedCouponPromotion']>;
6606
+ type VolumeBasedPromotion = Readable<components['schemas']['VolumeBasedPromotion']>;
6607
+ type VolumeBasedRule = Readable<components['schemas']['VolumeBasedRule']>;
6608
+ type WalletPayment = Readable<components['schemas']['WalletPayment']>;
6609
+ type LoginPosDeviceWithEmailResponse = Readable<paths['/pos/auth/login/email']['post']['responses'][200]['content']['application/json']>;
6604
6610
  type LoginPosDeviceWithEmailContent = LoginPosDeviceWithEmailResponse['content'];
6605
6611
  type LoginPosDeviceWithEmailHeaderParams = paths['/pos/auth/login/email']['post']['parameters']['header'];
6606
- type LoginPosDeviceWithEmailBody = Writable$1<NonNullable<paths['/pos/auth/login/email']['post']['requestBody']>['content']['application/json']>;
6607
- type LoginPosDeviceWithPhoneResponse = Readable$1<paths['/pos/auth/login/phone']['post']['responses'][200]['content']['application/json']>;
6612
+ type LoginPosDeviceWithEmailBody = Writable<NonNullable<paths['/pos/auth/login/email']['post']['requestBody']>['content']['application/json']>;
6613
+ type LoginPosDeviceWithPhoneResponse = Readable<paths['/pos/auth/login/phone']['post']['responses'][200]['content']['application/json']>;
6608
6614
  type LoginPosDeviceWithPhoneContent = LoginPosDeviceWithPhoneResponse['content'];
6609
6615
  type LoginPosDeviceWithPhoneHeaderParams = paths['/pos/auth/login/phone']['post']['parameters']['header'];
6610
- type LoginPosDeviceWithPhoneBody = Writable$1<NonNullable<paths['/pos/auth/login/phone']['post']['requestBody']>['content']['application/json']>;
6611
- type LoginPosDeviceWithWhatsappResponse = Readable$1<paths['/pos/auth/login/whatsapp']['post']['responses'][200]['content']['application/json']>;
6616
+ type LoginPosDeviceWithPhoneBody = Writable<NonNullable<paths['/pos/auth/login/phone']['post']['requestBody']>['content']['application/json']>;
6617
+ type LoginPosDeviceWithWhatsappResponse = Readable<paths['/pos/auth/login/whatsapp']['post']['responses'][200]['content']['application/json']>;
6612
6618
  type LoginPosDeviceWithWhatsappContent = LoginPosDeviceWithWhatsappResponse['content'];
6613
6619
  type LoginPosDeviceWithWhatsappHeaderParams = paths['/pos/auth/login/whatsapp']['post']['parameters']['header'];
6614
- type LoginPosDeviceWithWhatsappBody = Writable$1<NonNullable<paths['/pos/auth/login/whatsapp']['post']['requestBody']>['content']['application/json']>;
6615
- type LogoutFromPosDeviceResponse = Readable$1<paths['/pos/auth/logout']['post']['responses'][200]['content']['application/json']>;
6616
- type PairPosDeviceResponse = Readable$1<paths['/pos/auth/pair-device']['post']['responses'][200]['content']['application/json']>;
6620
+ type LoginPosDeviceWithWhatsappBody = Writable<NonNullable<paths['/pos/auth/login/whatsapp']['post']['requestBody']>['content']['application/json']>;
6621
+ type LogoutFromPosDeviceResponse = Readable<paths['/pos/auth/logout']['post']['responses'][200]['content']['application/json']>;
6622
+ type PairPosDeviceResponse = Readable<paths['/pos/auth/pair-device']['post']['responses'][200]['content']['application/json']>;
6617
6623
  type PairPosDeviceContent = PairPosDeviceResponse['content'];
6618
- type PairPosDeviceBody = Writable$1<NonNullable<paths['/pos/auth/pair-device']['post']['requestBody']>['content']['application/json']>;
6619
- type RefreshPosAccessTokenResponse = Readable$1<paths['/pos/auth/refresh-token']['post']['responses'][200]['content']['application/json']>;
6624
+ type PairPosDeviceBody = Writable<NonNullable<paths['/pos/auth/pair-device']['post']['requestBody']>['content']['application/json']>;
6625
+ type RefreshPosAccessTokenResponse = Readable<paths['/pos/auth/refresh-token']['post']['responses'][200]['content']['application/json']>;
6620
6626
  type RefreshPosAccessTokenContent = RefreshPosAccessTokenResponse['content'];
6621
- type RefreshPosAccessTokenBody = Writable$1<NonNullable<paths['/pos/auth/refresh-token']['post']['requestBody']>['content']['application/json']>;
6622
- type VerifyPosLoginOtpResponse = Readable$1<paths['/pos/auth/verify-otp']['post']['responses'][200]['content']['application/json']>;
6627
+ type RefreshPosAccessTokenBody = Writable<NonNullable<paths['/pos/auth/refresh-token']['post']['requestBody']>['content']['application/json']>;
6628
+ type VerifyPosLoginOtpResponse = Readable<paths['/pos/auth/verify-otp']['post']['responses'][200]['content']['application/json']>;
6623
6629
  type VerifyPosLoginOtpContent = VerifyPosLoginOtpResponse['content'];
6624
- type VerifyPosLoginOtpBody = Writable$1<NonNullable<paths['/pos/auth/verify-otp']['post']['requestBody']>['content']['application/json']>;
6625
- type PosCreateCartResponse = Readable$1<paths['/pos/carts']['post']['responses'][200]['content']['application/json']>;
6630
+ type VerifyPosLoginOtpBody = Writable<NonNullable<paths['/pos/auth/verify-otp']['post']['requestBody']>['content']['application/json']>;
6631
+ type PosCreateCartResponse = Readable<paths['/pos/carts']['post']['responses'][200]['content']['application/json']>;
6626
6632
  type PosCreateCartContent = PosCreateCartResponse['content'];
6627
- type PosCreateCartBody = Writable$1<NonNullable<paths['/pos/carts']['post']['requestBody']>['content']['application/json']>;
6628
- type PosListCouponsResponse = Readable$1<paths['/pos/carts/available-coupons']['get']['responses'][200]['content']['application/json']>;
6633
+ type PosCreateCartBody = Writable<NonNullable<paths['/pos/carts']['post']['requestBody']>['content']['application/json']>;
6634
+ type PosListCouponsResponse = Readable<paths['/pos/carts/available-coupons']['get']['responses'][200]['content']['application/json']>;
6629
6635
  type PosListCouponsContent = PosListCouponsResponse['content'];
6630
6636
  type PosListCouponsHeaderParams = paths['/pos/carts/available-coupons']['get']['parameters']['header'];
6631
- type PosListPromotionsResponse = Readable$1<paths['/pos/carts/available-promotions']['get']['responses'][200]['content']['application/json']>;
6637
+ type PosListPromotionsResponse = Readable<paths['/pos/carts/available-promotions']['get']['responses'][200]['content']['application/json']>;
6632
6638
  type PosListPromotionsContent = PosListPromotionsResponse['content'];
6633
6639
  type PosListPromotionsHeaderParams = paths['/pos/carts/available-promotions']['get']['parameters']['header'];
6634
- type PosGetUserCartResponse = Readable$1<paths['/pos/carts/users/{user_id}']['get']['responses'][200]['content']['application/json']>;
6640
+ type PosGetUserCartResponse = Readable<paths['/pos/carts/users/{user_id}']['get']['responses'][200]['content']['application/json']>;
6635
6641
  type PosGetUserCartContent = PosGetUserCartResponse['content'];
6636
6642
  type PosGetUserCartPathParams = paths['/pos/carts/users/{user_id}']['get']['parameters']['path'];
6637
- type PosGetCartResponse = Readable$1<paths['/pos/carts/{id}']['get']['responses'][200]['content']['application/json']>;
6643
+ type PosGetCartResponse = Readable<paths['/pos/carts/{id}']['get']['responses'][200]['content']['application/json']>;
6638
6644
  type PosGetCartContent = PosGetCartResponse['content'];
6639
6645
  type PosGetCartPathParams = paths['/pos/carts/{id}']['get']['parameters']['path'];
6640
- type PosDeleteCartResponse = Readable$1<paths['/pos/carts/{id}']['delete']['responses'][200]['content']['application/json']>;
6646
+ type PosDeleteCartResponse = Readable<paths['/pos/carts/{id}']['delete']['responses'][200]['content']['application/json']>;
6641
6647
  type PosDeleteCartPathParams = paths['/pos/carts/{id}']['delete']['parameters']['path'];
6642
- type PosCreateCartAddressResponse = Readable$1<paths['/pos/carts/{id}/address']['post']['responses'][200]['content']['application/json']>;
6648
+ type PosCreateCartAddressResponse = Readable<paths['/pos/carts/{id}/address']['post']['responses'][200]['content']['application/json']>;
6643
6649
  type PosCreateCartAddressContent = PosCreateCartAddressResponse['content'];
6644
6650
  type PosCreateCartAddressPathParams = paths['/pos/carts/{id}/address']['post']['parameters']['path'];
6645
- type PosCreateCartAddressBody = Writable$1<NonNullable<paths['/pos/carts/{id}/address']['post']['requestBody']>['content']['application/json']>;
6646
- type PosApplyCouponResponse = Readable$1<paths['/pos/carts/{id}/coupon']['post']['responses'][200]['content']['application/json']>;
6651
+ type PosCreateCartAddressBody = Writable<NonNullable<paths['/pos/carts/{id}/address']['post']['requestBody']>['content']['application/json']>;
6652
+ type PosApplyCouponResponse = Readable<paths['/pos/carts/{id}/coupon']['post']['responses'][200]['content']['application/json']>;
6647
6653
  type PosApplyCouponContent = PosApplyCouponResponse['content'];
6648
6654
  type PosApplyCouponPathParams = paths['/pos/carts/{id}/coupon']['post']['parameters']['path'];
6649
- type PosApplyCouponBody = Writable$1<NonNullable<paths['/pos/carts/{id}/coupon']['post']['requestBody']>['content']['application/json']>;
6650
- type PosRemoveCouponResponse = Readable$1<paths['/pos/carts/{id}/coupon']['delete']['responses'][200]['content']['application/json']>;
6655
+ type PosApplyCouponBody = Writable<NonNullable<paths['/pos/carts/{id}/coupon']['post']['requestBody']>['content']['application/json']>;
6656
+ type PosRemoveCouponResponse = Readable<paths['/pos/carts/{id}/coupon']['delete']['responses'][200]['content']['application/json']>;
6651
6657
  type PosRemoveCouponContent = PosRemoveCouponResponse['content'];
6652
6658
  type PosRemoveCouponPathParams = paths['/pos/carts/{id}/coupon']['delete']['parameters']['path'];
6653
- type PosRedeemCreditBalanceResponse = Readable$1<paths['/pos/carts/{id}/credit-balance']['post']['responses'][200]['content']['application/json']>;
6659
+ type PosRedeemCreditBalanceResponse = Readable<paths['/pos/carts/{id}/credit-balance']['post']['responses'][200]['content']['application/json']>;
6654
6660
  type PosRedeemCreditBalanceContent = PosRedeemCreditBalanceResponse['content'];
6655
6661
  type PosRedeemCreditBalancePathParams = paths['/pos/carts/{id}/credit-balance']['post']['parameters']['path'];
6656
- type PosRedeemCreditBalanceBody = Writable$1<NonNullable<paths['/pos/carts/{id}/credit-balance']['post']['requestBody']>['content']['application/json']>;
6657
- type PosRemoveCreditBalanceResponse = Readable$1<paths['/pos/carts/{id}/credit-balance']['delete']['responses'][200]['content']['application/json']>;
6662
+ type PosRedeemCreditBalanceBody = Writable<NonNullable<paths['/pos/carts/{id}/credit-balance']['post']['requestBody']>['content']['application/json']>;
6663
+ type PosRemoveCreditBalanceResponse = Readable<paths['/pos/carts/{id}/credit-balance']['delete']['responses'][200]['content']['application/json']>;
6658
6664
  type PosRemoveCreditBalanceContent = PosRemoveCreditBalanceResponse['content'];
6659
6665
  type PosRemoveCreditBalancePathParams = paths['/pos/carts/{id}/credit-balance']['delete']['parameters']['path'];
6660
- type PosEvaluateCouponsResponse = Readable$1<paths['/pos/carts/{id}/evaluate-coupons']['get']['responses'][200]['content']['application/json']>;
6666
+ type PosEvaluateCouponsResponse = Readable<paths['/pos/carts/{id}/evaluate-coupons']['get']['responses'][200]['content']['application/json']>;
6661
6667
  type PosEvaluateCouponsContent = PosEvaluateCouponsResponse['content'];
6662
6668
  type PosEvaluateCouponsPathParams = paths['/pos/carts/{id}/evaluate-coupons']['get']['parameters']['path'];
6663
- type PosEvaluatePromotionsResponse = Readable$1<paths['/pos/carts/{id}/evaluate-promotions']['get']['responses'][200]['content']['application/json']>;
6669
+ type PosEvaluatePromotionsResponse = Readable<paths['/pos/carts/{id}/evaluate-promotions']['get']['responses'][200]['content']['application/json']>;
6664
6670
  type PosEvaluatePromotionsContent = PosEvaluatePromotionsResponse['content'];
6665
6671
  type PosEvaluatePromotionsPathParams = paths['/pos/carts/{id}/evaluate-promotions']['get']['parameters']['path'];
6666
- type PosUpdateFulfillmentPreferenceResponse = Readable$1<paths['/pos/carts/{id}/fulfillment-preference']['post']['responses'][200]['content']['application/json']>;
6672
+ type PosUpdateFulfillmentPreferenceResponse = Readable<paths['/pos/carts/{id}/fulfillment-preference']['post']['responses'][200]['content']['application/json']>;
6667
6673
  type PosUpdateFulfillmentPreferenceContent = PosUpdateFulfillmentPreferenceResponse['content'];
6668
6674
  type PosUpdateFulfillmentPreferencePathParams = paths['/pos/carts/{id}/fulfillment-preference']['post']['parameters']['path'];
6669
- type PosUpdateFulfillmentPreferenceBody = Writable$1<NonNullable<paths['/pos/carts/{id}/fulfillment-preference']['post']['requestBody']>['content']['application/json']>;
6670
- type PosUpdateCartResponse = Readable$1<paths['/pos/carts/{id}/items']['post']['responses'][200]['content']['application/json']>;
6675
+ type PosUpdateFulfillmentPreferenceBody = Writable<NonNullable<paths['/pos/carts/{id}/fulfillment-preference']['post']['requestBody']>['content']['application/json']>;
6676
+ type PosUpdateCartResponse = Readable<paths['/pos/carts/{id}/items']['post']['responses'][200]['content']['application/json']>;
6671
6677
  type PosUpdateCartContent = PosUpdateCartResponse['content'];
6672
6678
  type PosUpdateCartPathParams = paths['/pos/carts/{id}/items']['post']['parameters']['path'];
6673
- type PosUpdateCartBody = Writable$1<NonNullable<paths['/pos/carts/{id}/items']['post']['requestBody']>['content']['application/json']>;
6674
- type PosRedeemLoyaltyPointsResponse = Readable$1<paths['/pos/carts/{id}/loyalty-points']['post']['responses'][200]['content']['application/json']>;
6679
+ type PosUpdateCartBody = Writable<NonNullable<paths['/pos/carts/{id}/items']['post']['requestBody']>['content']['application/json']>;
6680
+ type PosRedeemLoyaltyPointsResponse = Readable<paths['/pos/carts/{id}/loyalty-points']['post']['responses'][200]['content']['application/json']>;
6675
6681
  type PosRedeemLoyaltyPointsContent = PosRedeemLoyaltyPointsResponse['content'];
6676
6682
  type PosRedeemLoyaltyPointsPathParams = paths['/pos/carts/{id}/loyalty-points']['post']['parameters']['path'];
6677
- type PosRedeemLoyaltyPointsBody = Writable$1<NonNullable<paths['/pos/carts/{id}/loyalty-points']['post']['requestBody']>['content']['application/json']>;
6678
- type PosRemoveLoyaltyPointsResponse = Readable$1<paths['/pos/carts/{id}/loyalty-points']['delete']['responses'][200]['content']['application/json']>;
6683
+ type PosRedeemLoyaltyPointsBody = Writable<NonNullable<paths['/pos/carts/{id}/loyalty-points']['post']['requestBody']>['content']['application/json']>;
6684
+ type PosRemoveLoyaltyPointsResponse = Readable<paths['/pos/carts/{id}/loyalty-points']['delete']['responses'][200]['content']['application/json']>;
6679
6685
  type PosRemoveLoyaltyPointsContent = PosRemoveLoyaltyPointsResponse['content'];
6680
6686
  type PosRemoveLoyaltyPointsPathParams = paths['/pos/carts/{id}/loyalty-points']['delete']['parameters']['path'];
6681
- type UpdatePosCartCustomerResponse = Readable$1<paths['/pos/carts/{id}/update-customer']['post']['responses'][200]['content']['application/json']>;
6687
+ type UpdatePosCartCustomerResponse = Readable<paths['/pos/carts/{id}/update-customer']['post']['responses'][200]['content']['application/json']>;
6682
6688
  type UpdatePosCartCustomerContent = UpdatePosCartCustomerResponse['content'];
6683
6689
  type UpdatePosCartCustomerPathParams = paths['/pos/carts/{id}/update-customer']['post']['parameters']['path'];
6684
- type UpdatePosCartCustomerBody = Writable$1<NonNullable<paths['/pos/carts/{id}/update-customer']['post']['requestBody']>['content']['application/json']>;
6685
- type PosListCategoriesResponse = Readable$1<paths['/pos/catalog/categories']['get']['responses'][200]['content']['application/json']>;
6690
+ type UpdatePosCartCustomerBody = Writable<NonNullable<paths['/pos/carts/{id}/update-customer']['post']['requestBody']>['content']['application/json']>;
6691
+ type PosListCategoriesResponse = Readable<paths['/pos/catalog/categories']['get']['responses'][200]['content']['application/json']>;
6686
6692
  type PosListCategoriesContent = PosListCategoriesResponse['content'];
6687
6693
  type PosListCategoriesQuery = paths['/pos/catalog/categories']['get']['parameters']['query'];
6688
- type PosListProductsResponse = Readable$1<paths['/pos/catalog/products']['get']['responses'][200]['content']['application/json']>;
6694
+ type PosListProductsResponse = Readable<paths['/pos/catalog/products']['get']['responses'][200]['content']['application/json']>;
6689
6695
  type PosListProductsContent = PosListProductsResponse['content'];
6690
6696
  type PosListProductsQuery = paths['/pos/catalog/products']['get']['parameters']['query'];
6691
6697
  type PosListProductsHeaderParams = paths['/pos/catalog/products']['get']['parameters']['header'];
6692
- type PosListCrosssellProductsResponse = Readable$1<paths['/pos/catalog/products/cross-sell']['get']['responses'][200]['content']['application/json']>;
6698
+ type PosListCrosssellProductsResponse = Readable<paths['/pos/catalog/products/cross-sell']['get']['responses'][200]['content']['application/json']>;
6693
6699
  type PosListCrosssellProductsContent = PosListCrosssellProductsResponse['content'];
6694
6700
  type PosListCrosssellProductsQuery = paths['/pos/catalog/products/cross-sell']['get']['parameters']['query'];
6695
6701
  type PosListCrosssellProductsHeaderParams = paths['/pos/catalog/products/cross-sell']['get']['parameters']['header'];
6696
- type PosSearchProductsResponse = Readable$1<paths['/pos/catalog/products/search']['post']['responses'][200]['content']['application/json']>;
6702
+ type PosSearchProductsResponse = Readable<paths['/pos/catalog/products/search']['post']['responses'][200]['content']['application/json']>;
6697
6703
  type PosSearchProductsContent = PosSearchProductsResponse['content'];
6698
6704
  type PosSearchProductsHeaderParams = paths['/pos/catalog/products/search']['post']['parameters']['header'];
6699
- type PosSearchProductsBody = Writable$1<NonNullable<paths['/pos/catalog/products/search']['post']['requestBody']>['content']['application/json']>;
6700
- type PosListSimilarProductsResponse = Readable$1<paths['/pos/catalog/products/similar']['get']['responses'][200]['content']['application/json']>;
6705
+ type PosSearchProductsBody = Writable<NonNullable<paths['/pos/catalog/products/search']['post']['requestBody']>['content']['application/json']>;
6706
+ type PosListSimilarProductsResponse = Readable<paths['/pos/catalog/products/similar']['get']['responses'][200]['content']['application/json']>;
6701
6707
  type PosListSimilarProductsContent = PosListSimilarProductsResponse['content'];
6702
6708
  type PosListSimilarProductsQuery = paths['/pos/catalog/products/similar']['get']['parameters']['query'];
6703
6709
  type PosListSimilarProductsHeaderParams = paths['/pos/catalog/products/similar']['get']['parameters']['header'];
6704
- type PosListUpsellProductsResponse = Readable$1<paths['/pos/catalog/products/up-sell']['get']['responses'][200]['content']['application/json']>;
6710
+ type PosListUpsellProductsResponse = Readable<paths['/pos/catalog/products/up-sell']['get']['responses'][200]['content']['application/json']>;
6705
6711
  type PosListUpsellProductsContent = PosListUpsellProductsResponse['content'];
6706
6712
  type PosListUpsellProductsQuery = paths['/pos/catalog/products/up-sell']['get']['parameters']['query'];
6707
6713
  type PosListUpsellProductsHeaderParams = paths['/pos/catalog/products/up-sell']['get']['parameters']['header'];
6708
- type PosGetProductDetailResponse = Readable$1<paths['/pos/catalog/products/{product_id_or_slug}']['get']['responses'][200]['content']['application/json']>;
6714
+ type PosGetProductDetailResponse = Readable<paths['/pos/catalog/products/{product_id_or_slug}']['get']['responses'][200]['content']['application/json']>;
6709
6715
  type PosGetProductDetailContent = PosGetProductDetailResponse['content'];
6710
6716
  type PosGetProductDetailQuery = paths['/pos/catalog/products/{product_id_or_slug}']['get']['parameters']['query'];
6711
6717
  type PosGetProductDetailPathParams = paths['/pos/catalog/products/{product_id_or_slug}']['get']['parameters']['path'];
6712
6718
  type PosGetProductDetailHeaderParams = paths['/pos/catalog/products/{product_id_or_slug}']['get']['parameters']['header'];
6713
- type PosListProductReviewsResponse = Readable$1<paths['/pos/catalog/products/{product_id}/reviews']['get']['responses'][200]['content']['application/json']>;
6719
+ type PosListProductReviewsResponse = Readable<paths['/pos/catalog/products/{product_id}/reviews']['get']['responses'][200]['content']['application/json']>;
6714
6720
  type PosListProductReviewsContent = PosListProductReviewsResponse['content'];
6715
6721
  type PosListProductReviewsQuery = paths['/pos/catalog/products/{product_id}/reviews']['get']['parameters']['query'];
6716
6722
  type PosListProductReviewsPathParams = paths['/pos/catalog/products/{product_id}/reviews']['get']['parameters']['path'];
6717
- type PosListProductVariantsResponse = Readable$1<paths['/pos/catalog/products/{product_id}/variants']['get']['responses'][200]['content']['application/json']>;
6723
+ type PosListProductVariantsResponse = Readable<paths['/pos/catalog/products/{product_id}/variants']['get']['responses'][200]['content']['application/json']>;
6718
6724
  type PosListProductVariantsContent = PosListProductVariantsResponse['content'];
6719
6725
  type PosListProductVariantsQuery = paths['/pos/catalog/products/{product_id}/variants']['get']['parameters']['query'];
6720
6726
  type PosListProductVariantsPathParams = paths['/pos/catalog/products/{product_id}/variants']['get']['parameters']['path'];
6721
6727
  type PosListProductVariantsHeaderParams = paths['/pos/catalog/products/{product_id}/variants']['get']['parameters']['header'];
6722
- type PosGetVariantDetailResponse = Readable$1<paths['/pos/catalog/products/{product_id}/variants/{variant_id}']['get']['responses'][200]['content']['application/json']>;
6728
+ type PosGetVariantDetailResponse = Readable<paths['/pos/catalog/products/{product_id}/variants/{variant_id}']['get']['responses'][200]['content']['application/json']>;
6723
6729
  type PosGetVariantDetailContent = PosGetVariantDetailResponse['content'];
6724
6730
  type PosGetVariantDetailQuery = paths['/pos/catalog/products/{product_id}/variants/{variant_id}']['get']['parameters']['query'];
6725
6731
  type PosGetVariantDetailPathParams = paths['/pos/catalog/products/{product_id}/variants/{variant_id}']['get']['parameters']['path'];
6726
6732
  type PosGetVariantDetailHeaderParams = paths['/pos/catalog/products/{product_id}/variants/{variant_id}']['get']['parameters']['header'];
6727
- type PosListSkusResponse = Readable$1<paths['/pos/catalog/skus']['get']['responses'][200]['content']['application/json']>;
6733
+ type PosListSkusResponse = Readable<paths['/pos/catalog/skus']['get']['responses'][200]['content']['application/json']>;
6728
6734
  type PosListSkusContent = PosListSkusResponse['content'];
6729
6735
  type PosListSkusQuery = paths['/pos/catalog/skus']['get']['parameters']['query'];
6730
6736
  type PosListSkusHeaderParams = paths['/pos/catalog/skus']['get']['parameters']['header'];
6731
- type ListPosDevicesResponse = Readable$1<paths['/pos/devices']['get']['responses'][200]['content']['application/json']>;
6737
+ type ListPosDevicesResponse = Readable<paths['/pos/devices']['get']['responses'][200]['content']['application/json']>;
6732
6738
  type ListPosDevicesContent = ListPosDevicesResponse['content'];
6733
- type ClaimPosDeviceResponse = Readable$1<paths['/pos/devices/{id}/claim']['post']['responses'][200]['content']['application/json']>;
6739
+ type ClaimPosDeviceResponse = Readable<paths['/pos/devices/{id}/claim']['post']['responses'][200]['content']['application/json']>;
6734
6740
  type ClaimPosDeviceContent = ClaimPosDeviceResponse['content'];
6735
6741
  type ClaimPosDevicePathParams = paths['/pos/devices/{id}/claim']['post']['parameters']['path'];
6736
- type UnclaimPosDeviceResponse = Readable$1<paths['/pos/devices/{id}/unclaim']['post']['responses'][200]['content']['application/json']>;
6742
+ type UnclaimPosDeviceResponse = Readable<paths['/pos/devices/{id}/unclaim']['post']['responses'][200]['content']['application/json']>;
6737
6743
  type UnclaimPosDeviceContent = UnclaimPosDeviceResponse['content'];
6738
6744
  type UnclaimPosDevicePathParams = paths['/pos/devices/{id}/unclaim']['post']['parameters']['path'];
6739
- type GetPosFulfillmentOptionsResponse = Readable$1<paths['/pos/fulfillment-options']['post']['responses'][200]['content']['application/json']>;
6745
+ type GetPosFulfillmentOptionsResponse = Readable<paths['/pos/fulfillment-options']['post']['responses'][200]['content']['application/json']>;
6740
6746
  type GetPosFulfillmentOptionsContent = GetPosFulfillmentOptionsResponse['content'];
6741
- type GetPosFulfillmentOptionsBody = Writable$1<NonNullable<paths['/pos/fulfillment-options']['post']['requestBody']>['content']['application/json']>;
6742
- type ListPosLocationsResponse = Readable$1<paths['/pos/locations']['get']['responses'][200]['content']['application/json']>;
6747
+ type GetPosFulfillmentOptionsBody = Writable<NonNullable<paths['/pos/fulfillment-options']['post']['requestBody']>['content']['application/json']>;
6748
+ type ListPosLocationsResponse = Readable<paths['/pos/locations']['get']['responses'][200]['content']['application/json']>;
6743
6749
  type ListPosLocationsContent = ListPosLocationsResponse['content'];
6744
- type CreatePosOrderResponse = Readable$1<paths['/pos/orders']['post']['responses'][200]['content']['application/json']>;
6750
+ type CreatePosOrderResponse = Readable<paths['/pos/orders']['post']['responses'][200]['content']['application/json']>;
6745
6751
  type CreatePosOrderContent = CreatePosOrderResponse['content'];
6746
- type CreatePosOrderBody = Writable$1<NonNullable<paths['/pos/orders']['post']['requestBody']>['content']['application/json']>;
6747
- type PosGetPaymentStatusResponse = Readable$1<paths['/pos/orders/{order_number}/payment-status']['get']['responses'][200]['content']['application/json']>;
6752
+ type CreatePosOrderBody = Writable<NonNullable<paths['/pos/orders']['post']['requestBody']>['content']['application/json']>;
6753
+ type PosGetPaymentStatusResponse = Readable<paths['/pos/orders/{order_number}/payment-status']['get']['responses'][200]['content']['application/json']>;
6748
6754
  type PosGetPaymentStatusContent = PosGetPaymentStatusResponse['content'];
6749
6755
  type PosGetPaymentStatusPathParams = paths['/pos/orders/{order_number}/payment-status']['get']['parameters']['path'];
6750
- type GetPosUserResponse = Readable$1<paths['/pos/users/{id}']['get']['responses'][200]['content']['application/json']>;
6756
+ type GetPosUserResponse = Readable<paths['/pos/users/{id}']['get']['responses'][200]['content']['application/json']>;
6751
6757
  type GetPosUserContent = GetPosUserResponse['content'];
6752
6758
  type GetPosUserPathParams = paths['/pos/users/{id}']['get']['parameters']['path'];
6753
6759
  //#endregion
6754
6760
  //#region src/types/admin-pos-api-types.d.ts
6755
- type PosListInventoryResponse = Readable<paths$1['/pos/catalog/inventories']['get']['responses'][200]['content']['application/json']>;
6761
+ type PosListInventoryResponse = Readable$1<paths$1['/pos/catalog/inventories']['get']['responses'][200]['content']['application/json']>;
6756
6762
  type PosListInventoryContent = PosListInventoryResponse['content'];
6757
6763
  type PosListInventoryQuery = paths$1['/pos/catalog/inventories']['get']['parameters']['query'];
6758
- type PosListInventoryActivityResponse = Readable<paths$1['/pos/catalog/inventories/activites']['get']['responses'][200]['content']['application/json']>;
6764
+ type PosListInventoryActivityResponse = Readable$1<paths$1['/pos/catalog/inventories/activites']['get']['responses'][200]['content']['application/json']>;
6759
6765
  type PosListInventoryActivityContent = PosListInventoryActivityResponse['content'];
6760
6766
  type PosListInventoryActivityQuery = paths$1['/pos/catalog/inventories/activites']['get']['parameters']['query'];
6761
- type PosListInventoryDetailResponse = Readable<paths$1['/pos/catalog/inventories/detail']['get']['responses'][200]['content']['application/json']>;
6767
+ type PosListInventoryDetailResponse = Readable$1<paths$1['/pos/catalog/inventories/detail']['get']['responses'][200]['content']['application/json']>;
6762
6768
  type PosListInventoryDetailContent = PosListInventoryDetailResponse['content'];
6763
6769
  type PosListInventoryDetailQuery = paths$1['/pos/catalog/inventories/detail']['get']['parameters']['query'];
6764
- type PosListCustomersResponse = Readable<paths$1['/pos/customers']['get']['responses'][200]['content']['application/json']>;
6770
+ type PosListCustomersResponse = Readable$1<paths$1['/pos/customers']['get']['responses'][200]['content']['application/json']>;
6765
6771
  type PosListCustomersContent = PosListCustomersResponse['content'];
6766
6772
  type PosListCustomersQuery = paths$1['/pos/customers']['get']['parameters']['query'];
6767
- type PosGetCustomerDetailResponse = Readable<paths$1['/pos/customers/{id}']['get']['responses'][200]['content']['application/json']>;
6773
+ type PosGetCustomerDetailResponse = Readable$1<paths$1['/pos/customers/{id}']['get']['responses'][200]['content']['application/json']>;
6768
6774
  type PosGetCustomerDetailContent = PosGetCustomerDetailResponse['content'];
6769
6775
  type PosGetCustomerDetailPathParams = paths$1['/pos/customers/{id}']['get']['parameters']['path'];
6770
- type PosListOrdersResponse = Readable<paths$1['/pos/orders']['get']['responses'][200]['content']['application/json']>;
6776
+ type PosListOrdersResponse = Readable$1<paths$1['/pos/orders']['get']['responses'][200]['content']['application/json']>;
6771
6777
  type PosListOrdersContent = PosListOrdersResponse['content'];
6772
6778
  type PosListOrdersQuery = paths$1['/pos/orders']['get']['parameters']['query'];
6773
- type PosGetOrderDetailResponse = Readable<paths$1['/pos/orders/{order_number}']['get']['responses'][200]['content']['application/json']>;
6779
+ type PosGetOrderDetailResponse = Readable$1<paths$1['/pos/orders/{order_number}']['get']['responses'][200]['content']['application/json']>;
6774
6780
  type PosGetOrderDetailContent = PosGetOrderDetailResponse['content'];
6775
6781
  type PosGetOrderDetailPathParams = paths$1['/pos/orders/{order_number}']['get']['parameters']['path'];
6776
- type PosListOrderActivityResponse = Readable<paths$1['/pos/orders/{order_number}/activity']['get']['responses'][200]['content']['application/json']>;
6782
+ type PosListOrderActivityResponse = Readable$1<paths$1['/pos/orders/{order_number}/activity']['get']['responses'][200]['content']['application/json']>;
6777
6783
  type PosListOrderActivityContent = PosListOrderActivityResponse['content'];
6778
6784
  type PosListOrderActivityPathParams = paths$1['/pos/orders/{order_number}/activity']['get']['parameters']['path'];
6779
- type PosCheckOrderInventoryResponse = Readable<paths$1['/pos/orders/{order_number}/check-inventory']['get']['responses'][200]['content']['application/json']>;
6785
+ type PosCheckOrderInventoryResponse = Readable$1<paths$1['/pos/orders/{order_number}/check-inventory']['get']['responses'][200]['content']['application/json']>;
6780
6786
  type PosCheckOrderInventoryContent = PosCheckOrderInventoryResponse['content'];
6781
6787
  type PosCheckOrderInventoryPathParams = paths$1['/pos/orders/{order_number}/check-inventory']['get']['parameters']['path'];
6782
- type PosGetOrderInvoiceResponse = Readable<paths$1['/pos/orders/{order_number}/invoice']['get']['responses'][200]['content']['application/json']>;
6788
+ type PosGetOrderInvoiceResponse = Readable$1<paths$1['/pos/orders/{order_number}/invoice']['get']['responses'][200]['content']['application/json']>;
6783
6789
  type PosGetOrderInvoiceContent = PosGetOrderInvoiceResponse['content'];
6784
6790
  type PosGetOrderInvoiceQuery = paths$1['/pos/orders/{order_number}/invoice']['get']['parameters']['query'];
6785
6791
  type PosGetOrderInvoicePathParams = paths$1['/pos/orders/{order_number}/invoice']['get']['parameters']['path'];
6786
- type PosGetOrderReceiptResponse = Readable<paths$1['/pos/orders/{order_number}/receipt']['get']['responses'][200]['content']['application/json']>;
6792
+ type PosGetOrderReceiptResponse = Readable$1<paths$1['/pos/orders/{order_number}/receipt']['get']['responses'][200]['content']['application/json']>;
6787
6793
  type PosGetOrderReceiptContent = PosGetOrderReceiptResponse['content'];
6788
6794
  type PosGetOrderReceiptQuery = paths$1['/pos/orders/{order_number}/receipt']['get']['parameters']['query'];
6789
6795
  type PosGetOrderReceiptPathParams = paths$1['/pos/orders/{order_number}/receipt']['get']['parameters']['path'];
6790
- type PosListOrderShipmentsResponse = Readable<paths$1['/pos/orders/{order_number}/shipments']['get']['responses'][200]['content']['application/json']>;
6796
+ type PosListOrderShipmentsResponse = Readable$1<paths$1['/pos/orders/{order_number}/shipments']['get']['responses'][200]['content']['application/json']>;
6791
6797
  type PosListOrderShipmentsContent = PosListOrderShipmentsResponse['content'];
6792
6798
  type PosListOrderShipmentsPathParams = paths$1['/pos/orders/{order_number}/shipments']['get']['parameters']['path'];
6793
- type PosListShipmentsResponse = Readable<paths$1['/pos/shipping/shipments']['get']['responses'][200]['content']['application/json']>;
6799
+ type PosListShipmentsResponse = Readable$1<paths$1['/pos/shipping/shipments']['get']['responses'][200]['content']['application/json']>;
6794
6800
  type PosListShipmentsContent = PosListShipmentsResponse['content'];
6795
6801
  type PosListShipmentsQuery = paths$1['/pos/shipping/shipments']['get']['parameters']['query'];
6796
- type PosRefundShortfallResponse = Readable<paths$1['/pos/shipping/shipments/{order_number}/refund-shortfall']['post']['responses'][200]['content']['application/json']>;
6802
+ type PosRefundShortfallResponse = Readable$1<paths$1['/pos/shipping/shipments/{order_number}/refund-shortfall']['post']['responses'][200]['content']['application/json']>;
6797
6803
  type PosRefundShortfallPathParams = paths$1['/pos/shipping/shipments/{order_number}/refund-shortfall']['post']['parameters']['path'];
6798
- type PosRefundShortfallBody = Writable<NonNullable<paths$1['/pos/shipping/shipments/{order_number}/refund-shortfall']['post']['requestBody']>['content']['application/json']>;
6799
- type PosGetShipmentDetailResponse = Readable<paths$1['/pos/shipping/shipments/{reference_number}']['get']['responses'][200]['content']['application/json']>;
6804
+ type PosRefundShortfallBody = Writable$1<NonNullable<paths$1['/pos/shipping/shipments/{order_number}/refund-shortfall']['post']['requestBody']>['content']['application/json']>;
6805
+ type PosGetShipmentDetailResponse = Readable$1<paths$1['/pos/shipping/shipments/{reference_number}']['get']['responses'][200]['content']['application/json']>;
6800
6806
  type PosGetShipmentDetailContent = PosGetShipmentDetailResponse['content'];
6801
6807
  type PosGetShipmentDetailPathParams = paths$1['/pos/shipping/shipments/{reference_number}']['get']['parameters']['path'];
6802
- type PosGetShipmentInvoiceResponse = Readable<paths$1['/pos/shipping/shipments/{reference_number}/invoice']['get']['responses'][200]['content']['application/json']>;
6808
+ type PosGetShipmentInvoiceResponse = Readable$1<paths$1['/pos/shipping/shipments/{reference_number}/invoice']['get']['responses'][200]['content']['application/json']>;
6803
6809
  type PosGetShipmentInvoiceContent = PosGetShipmentInvoiceResponse['content'];
6804
6810
  type PosGetShipmentInvoiceQuery = paths$1['/pos/shipping/shipments/{reference_number}/invoice']['get']['parameters']['query'];
6805
6811
  type PosGetShipmentInvoicePathParams = paths$1['/pos/shipping/shipments/{reference_number}/invoice']['get']['parameters']['path'];
6806
- type PosUpdateShipmentResponse = Readable<paths$1['/pos/shipping/shipments/{reference_number}/manual-update']['put']['responses'][200]['content']['application/json']>;
6812
+ type PosUpdateShipmentResponse = Readable$1<paths$1['/pos/shipping/shipments/{reference_number}/manual-update']['put']['responses'][200]['content']['application/json']>;
6807
6813
  type PosUpdateShipmentContent = PosUpdateShipmentResponse['content'];
6808
6814
  type PosUpdateShipmentPathParams = paths$1['/pos/shipping/shipments/{reference_number}/manual-update']['put']['parameters']['path'];
6809
- type PosUpdateShipmentBody = Writable<NonNullable<paths$1['/pos/shipping/shipments/{reference_number}/manual-update']['put']['requestBody']>['content']['application/json']>;
6815
+ type PosUpdateShipmentBody = Writable$1<NonNullable<paths$1['/pos/shipping/shipments/{reference_number}/manual-update']['put']['requestBody']>['content']['application/json']>;
6810
6816
  //#endregion
6811
6817
  //#region src/lib/pos.d.ts
6812
6818
  /**
@@ -8725,5 +8731,5 @@ declare class PosSDK {
8725
8731
  getTenantId(): Promise<string | null>;
8726
8732
  }
8727
8733
  //#endregion
8728
- export { AcceleratedRewardCouponPromotion, AcceleratedRewardRule, AdditionalProductDetails, ApiErrorResponse, ApiResult, ApplicableCoupon, ApplicablePromotion, AppliedCoupon, AppliedPromotion, AssociatedOption, AutoScaleBasedOnAmount, AutoScaleBasedOnQuantity, BankTransfer, BaseAPIClient, BaseSDKOptions, BooleanAttribute, BrowserTokenStorage, BuyXGetYCouponPromotion, BuyXGetYRule, BuyXGetYRuleBasedOnAmount, BuyXGetYRuleBasedOnQuantity, CardPayment, Cart, CartBasedFulfillmentOption, CartItem, CartShipment, Category, ClaimPosDeviceContent, ClaimPosDevicePathParams, ClaimPosDeviceResponse, CollectInStore, CollectInStoreAddress, CollectInStoreFulfillment, ColorAttribute, ColorOption, Coupon, CouponPromotionCommonDetail, CouponType, CreatePosOrderBody, CreatePosOrderContent, CreatePosOrderResponse, Currency, CustomSlabsBasedOnAmount, CustomSlabsBasedOnQuantity, CustomerAddress, DateAttribute, DebugLogger, DebugLoggerFn, DeliveryFulfillment, DeliveryOption, DiscountBasedPromotion, DiscountCouponPromotion, DiscountRule, Environment, FixedAmountDiscountRule, FixedPriceCouponPromotion, FixedPricePromotion, FixedPriceRule, FixedPriceRuleBasedAmount, FixedPriceRuleBasedQuantity, FreeGoodCouponPromotion, FreeGoodsPromotion, FreeGoodsRule, FreeShipingCouponPromotion, FulfillmentItem, FulfillmentPreference, GetPosFulfillmentOptionsBody, GetPosFulfillmentOptionsContent, GetPosFulfillmentOptionsResponse, GetPosUserContent, GetPosUserPathParams, GetPosUserResponse, HeaderConfig, InapplicableCoupon, InapplicablePromotion, Item, ListPosDevicesContent, ListPosDevicesResponse, ListPosLocationsContent, ListPosLocationsResponse, LoginPosDeviceWithEmailBody, LoginPosDeviceWithEmailContent, LoginPosDeviceWithEmailHeaderParams, LoginPosDeviceWithEmailResponse, LoginPosDeviceWithPhoneBody, LoginPosDeviceWithPhoneContent, LoginPosDeviceWithPhoneHeaderParams, LoginPosDeviceWithPhoneResponse, LoginPosDeviceWithWhatsappBody, LoginPosDeviceWithWhatsappContent, LoginPosDeviceWithWhatsappHeaderParams, LoginPosDeviceWithWhatsappResponse, LogoutFromPosDeviceResponse, LotBatchDetail, MemoryTokenStorage, MultiSelectAttribute, NetbankingPayment, NumberAttribute, Order, OrderDetail, OrderItem, OrderPayment, OrderRefund, OrderShipment, Pagination, PairPosDeviceBody, PairPosDeviceContent, PairPosDeviceResponse, PartialCollectAndDelivery, PayWithCard, PayWithCash, PayWithUpi, PaymentInfo, PercentageDiscountRule, PosAPIClient, PosApplyCouponBody, PosApplyCouponContent, PosApplyCouponPathParams, PosApplyCouponResponse, PosClient, PosCreateCartAddressBody, PosCreateCartAddressContent, PosCreateCartAddressPathParams, PosCreateCartAddressResponse, PosCreateCartBody, PosCreateCartContent, PosCreateCartResponse, PosDeleteCartPathParams, PosDeleteCartResponse, PosDevice, PosDeviceClaimedUser, PosEvaluateCouponsContent, PosEvaluateCouponsPathParams, PosEvaluateCouponsResponse, PosEvaluatePromotionsContent, PosEvaluatePromotionsPathParams, PosEvaluatePromotionsResponse, PosGetCartContent, PosGetCartPathParams, PosGetCartResponse, PosGetPaymentStatusContent, PosGetPaymentStatusPathParams, PosGetPaymentStatusResponse, PosGetProductDetailContent, PosGetProductDetailHeaderParams, PosGetProductDetailPathParams, PosGetProductDetailQuery, PosGetProductDetailResponse, PosGetUserCartContent, PosGetUserCartPathParams, PosGetUserCartResponse, PosGetVariantDetailContent, PosGetVariantDetailHeaderParams, PosGetVariantDetailPathParams, PosGetVariantDetailQuery, PosGetVariantDetailResponse, PosListCategoriesContent, PosListCategoriesQuery, PosListCategoriesResponse, PosListCouponsContent, PosListCouponsHeaderParams, PosListCouponsResponse, PosListCrosssellProductsContent, PosListCrosssellProductsHeaderParams, PosListCrosssellProductsQuery, PosListCrosssellProductsResponse, PosListProductReviewsContent, PosListProductReviewsPathParams, PosListProductReviewsQuery, PosListProductReviewsResponse, PosListProductVariantsContent, PosListProductVariantsHeaderParams, PosListProductVariantsPathParams, PosListProductVariantsQuery, PosListProductVariantsResponse, PosListProductsContent, PosListProductsHeaderParams, PosListProductsQuery, PosListProductsResponse, PosListPromotionsContent, PosListPromotionsHeaderParams, PosListPromotionsResponse, PosListSimilarProductsContent, PosListSimilarProductsHeaderParams, PosListSimilarProductsQuery, PosListSimilarProductsResponse, PosListSkusContent, PosListSkusHeaderParams, PosListSkusQuery, PosListSkusResponse, PosListUpsellProductsContent, PosListUpsellProductsHeaderParams, PosListUpsellProductsQuery, PosListUpsellProductsResponse, PosLocation, PosRedeemCreditBalanceBody, PosRedeemCreditBalanceContent, PosRedeemCreditBalancePathParams, PosRedeemCreditBalanceResponse, PosRedeemLoyaltyPointsBody, PosRedeemLoyaltyPointsContent, PosRedeemLoyaltyPointsPathParams, PosRedeemLoyaltyPointsResponse, PosRemoveCouponContent, PosRemoveCouponPathParams, PosRemoveCouponResponse, PosRemoveCreditBalanceContent, PosRemoveCreditBalancePathParams, PosRemoveCreditBalanceResponse, PosRemoveLoyaltyPointsContent, PosRemoveLoyaltyPointsPathParams, PosRemoveLoyaltyPointsResponse, PosSDK, PosSDK as default, PosSDKOptions, PosSearchProductsBody, PosSearchProductsContent, PosSearchProductsHeaderParams, PosSearchProductsResponse, PosUpdateCartBody, PosUpdateCartContent, PosUpdateCartPathParams, PosUpdateCartResponse, PosUpdateCustomerWithEmail, PosUpdateCustomerWithId, PosUpdateCustomerWithPhone, PosUpdateFulfillmentPreferenceBody, PosUpdateFulfillmentPreferenceContent, PosUpdateFulfillmentPreferencePathParams, PosUpdateFulfillmentPreferenceResponse, PosUser, Product, ProductAttribute, ProductBundleItem, ProductCategory, ProductDetail, ProductImage, ProductPricing, ProductPromotion, ProductReview, ProductShipping, ProductSubscription, ProductVideo, Promotion, PromotionType, RefreshPosAccessTokenBody, RefreshPosAccessTokenContent, RefreshPosAccessTokenResponse, ResponseUtils, SearchProduct, SellerInfo, Seo, ShipmentItem, ShipmentStatus, SingleSelectAttribute, SingleSelectOption, SupportedDefaultHeaders, TextAttribute, type TokenStorage, UnclaimPosDeviceContent, UnclaimPosDevicePathParams, UnclaimPosDeviceResponse, UpdateCartItem, UpdatePosCartCustomerBody, UpdatePosCartCustomerContent, UpdatePosCartCustomerPathParams, UpdatePosCartCustomerResponse, UpiPayment, type UserInfo, Variant, VariantDetail, VariantOption, VerifyPosLoginOtpBody, VerifyPosLoginOtpContent, VerifyPosLoginOtpResponse, VolumeBasedCouponPromotion, VolumeBasedPromotion, VolumeBasedRule, WalletPayment, type components, createDebugMiddleware, createTimeoutMiddleware, executeRequest, extractRequestBody, getPathnameFromUrl, mergeAndTransformHeaders, mergeHeaders, type operations, type paths, transformHeaders };
8734
+ export { AcceleratedRewardCouponPromotion, AcceleratedRewardRule, AdditionalProductDetails, ApiErrorResponse, ApiResult, ApplicableCoupon, ApplicablePromotion, AppliedCoupon, AppliedPromotion, AssociatedOption, AutoScaleBasedOnAmount, AutoScaleBasedOnQuantity, BankTransfer, BaseAPIClient, BaseSDKOptions, BooleanAttribute, BrowserTokenStorage, BuyXGetYCouponPromotion, BuyXGetYRule, BuyXGetYRuleBasedOnAmount, BuyXGetYRuleBasedOnQuantity, CardPayment, Cart, CartBasedFulfillmentOptionInput, CartItem, CartShipment, Category, ClaimPosDeviceContent, ClaimPosDevicePathParams, ClaimPosDeviceResponse, CollectInStore, CollectInStoreAddress, CollectInStoreFulfillment, CollectInStoreFulfillmentInput, ColorAttribute, ColorOption, Coupon, CouponPromotionCommonDetail, CouponType, CreatePosOrderBody, CreatePosOrderContent, CreatePosOrderResponse, Currency, CustomSlabsBasedOnAmount, CustomSlabsBasedOnQuantity, CustomerAddress, CustomerAddressInput, DateAttribute, DebugLogger, DebugLoggerFn, DeliveryFulfillment, DeliveryFulfillmentInput, DeliveryOption, DiscountBasedPromotion, DiscountCouponPromotion, DiscountRule, Environment, FixedAmountDiscountRule, FixedPriceCouponPromotion, FixedPricePromotion, FixedPriceRule, FixedPriceRuleBasedAmount, FixedPriceRuleBasedQuantity, FreeGoodCouponPromotion, FreeGoodsPromotion, FreeGoodsRule, FreeShipingCouponPromotion, FulfillmentItem, FulfillmentItemInput, FulfillmentPreference, FulfillmentPreferenceInput, GetPosFulfillmentOptionsBody, GetPosFulfillmentOptionsContent, GetPosFulfillmentOptionsResponse, GetPosUserContent, GetPosUserPathParams, GetPosUserResponse, HeaderConfig, InapplicableCoupon, InapplicablePromotion, Item, ListPosDevicesContent, ListPosDevicesResponse, ListPosLocationsContent, ListPosLocationsResponse, LoginPosDeviceWithEmailBody, LoginPosDeviceWithEmailContent, LoginPosDeviceWithEmailHeaderParams, LoginPosDeviceWithEmailResponse, LoginPosDeviceWithPhoneBody, LoginPosDeviceWithPhoneContent, LoginPosDeviceWithPhoneHeaderParams, LoginPosDeviceWithPhoneResponse, LoginPosDeviceWithWhatsappBody, LoginPosDeviceWithWhatsappContent, LoginPosDeviceWithWhatsappHeaderParams, LoginPosDeviceWithWhatsappResponse, LogoutFromPosDeviceResponse, LotBatchDetail, MemoryTokenStorage, MultiSelectAttribute, NetbankingPayment, NumberAttribute, Order, OrderDetail, OrderItem, OrderPayment, OrderRefund, OrderShipment, Pagination, PairPosDeviceBody, PairPosDeviceContent, PairPosDeviceResponse, PartialCollectAndDelivery, PartialCollectAndDeliveryInput, PayWithCardInput, PayWithCashInput, PayWithUpiInput, PaymentInfo, PercentageDiscountRule, PosAPIClient, PosApplyCouponBody, PosApplyCouponContent, PosApplyCouponPathParams, PosApplyCouponResponse, PosClient, PosCreateCartAddressBody, PosCreateCartAddressContent, PosCreateCartAddressPathParams, PosCreateCartAddressResponse, PosCreateCartBody, PosCreateCartContent, PosCreateCartResponse, PosDeleteCartPathParams, PosDeleteCartResponse, PosDevice, PosDeviceClaimedUser, PosEvaluateCouponsContent, PosEvaluateCouponsPathParams, PosEvaluateCouponsResponse, PosEvaluatePromotionsContent, PosEvaluatePromotionsPathParams, PosEvaluatePromotionsResponse, PosGetCartContent, PosGetCartPathParams, PosGetCartResponse, PosGetPaymentStatusContent, PosGetPaymentStatusPathParams, PosGetPaymentStatusResponse, PosGetProductDetailContent, PosGetProductDetailHeaderParams, PosGetProductDetailPathParams, PosGetProductDetailQuery, PosGetProductDetailResponse, PosGetUserCartContent, PosGetUserCartPathParams, PosGetUserCartResponse, PosGetVariantDetailContent, PosGetVariantDetailHeaderParams, PosGetVariantDetailPathParams, PosGetVariantDetailQuery, PosGetVariantDetailResponse, PosListCategoriesContent, PosListCategoriesQuery, PosListCategoriesResponse, PosListCouponsContent, PosListCouponsHeaderParams, PosListCouponsResponse, PosListCrosssellProductsContent, PosListCrosssellProductsHeaderParams, PosListCrosssellProductsQuery, PosListCrosssellProductsResponse, PosListProductReviewsContent, PosListProductReviewsPathParams, PosListProductReviewsQuery, PosListProductReviewsResponse, PosListProductVariantsContent, PosListProductVariantsHeaderParams, PosListProductVariantsPathParams, PosListProductVariantsQuery, PosListProductVariantsResponse, PosListProductsContent, PosListProductsHeaderParams, PosListProductsQuery, PosListProductsResponse, PosListPromotionsContent, PosListPromotionsHeaderParams, PosListPromotionsResponse, PosListSimilarProductsContent, PosListSimilarProductsHeaderParams, PosListSimilarProductsQuery, PosListSimilarProductsResponse, PosListSkusContent, PosListSkusHeaderParams, PosListSkusQuery, PosListSkusResponse, PosListUpsellProductsContent, PosListUpsellProductsHeaderParams, PosListUpsellProductsQuery, PosListUpsellProductsResponse, PosLocation, PosRedeemCreditBalanceBody, PosRedeemCreditBalanceContent, PosRedeemCreditBalancePathParams, PosRedeemCreditBalanceResponse, PosRedeemLoyaltyPointsBody, PosRedeemLoyaltyPointsContent, PosRedeemLoyaltyPointsPathParams, PosRedeemLoyaltyPointsResponse, PosRemoveCouponContent, PosRemoveCouponPathParams, PosRemoveCouponResponse, PosRemoveCreditBalanceContent, PosRemoveCreditBalancePathParams, PosRemoveCreditBalanceResponse, PosRemoveLoyaltyPointsContent, PosRemoveLoyaltyPointsPathParams, PosRemoveLoyaltyPointsResponse, PosSDK, PosSDK as default, PosSDKOptions, PosSearchProductsBody, PosSearchProductsContent, PosSearchProductsHeaderParams, PosSearchProductsResponse, PosUpdateCartBody, PosUpdateCartContent, PosUpdateCartPathParams, PosUpdateCartResponse, PosUpdateCustomerWithEmailInput, PosUpdateCustomerWithIdInput, PosUpdateCustomerWithPhoneInput, PosUpdateFulfillmentPreferenceBody, PosUpdateFulfillmentPreferenceContent, PosUpdateFulfillmentPreferencePathParams, PosUpdateFulfillmentPreferenceResponse, PosUser, Product, ProductAttribute, ProductBundleItem, ProductCategory, ProductDetail, ProductImage, ProductPricing, ProductPromotion, ProductReview, ProductShipping, ProductSubscription, ProductVideo, Promotion, PromotionType, type Readable, RefreshPosAccessTokenBody, RefreshPosAccessTokenContent, RefreshPosAccessTokenResponse, ResponseUtils, SearchProductInput, SellerInfo, Seo, ShipmentItem, ShipmentStatus, SingleSelectAttribute, SingleSelectOption, SupportedDefaultHeaders, TextAttribute, type TokenStorage, UnclaimPosDeviceContent, UnclaimPosDevicePathParams, UnclaimPosDeviceResponse, UpdateCartItemInput, UpdatePosCartCustomerBody, UpdatePosCartCustomerContent, UpdatePosCartCustomerPathParams, UpdatePosCartCustomerResponse, UpiPayment, type UserInfo, Variant, VariantDetail, VariantOption, VerifyPosLoginOtpBody, VerifyPosLoginOtpContent, VerifyPosLoginOtpResponse, VolumeBasedCouponPromotion, VolumeBasedPromotion, VolumeBasedRule, WalletPayment, type Writable, type components, createDebugMiddleware, createTimeoutMiddleware, executeRequest, extractRequestBody, getPathnameFromUrl, mergeAndTransformHeaders, mergeHeaders, type operations, type paths, transformHeaders };
8729
8735
  //# sourceMappingURL=index.d.mts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercengine/pos",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "TypeScript SDK for the POS API",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",