@erp-galoper/types 1.0.720 → 1.0.722

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.
Files changed (2) hide show
  1. package/openapi.ts +42 -48
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -27555,7 +27555,7 @@ export interface components {
27555
27555
  /**
27556
27556
  * Id
27557
27557
  * Format: uuid
27558
- * @example e771b071-808f-413e-9220-53a2d5d7be89
27558
+ * @example 3da14fc9-63eb-4fd3-b46e-d36cc24fc5ff
27559
27559
  */
27560
27560
  id: string;
27561
27561
  /**
@@ -39760,6 +39760,18 @@ export interface components {
39760
39760
  packageDepositCharge?: string;
39761
39761
  /**
39762
39762
  * Promotionsandoffers
39763
+ * @description
39764
+ * API Endpoints For Document Item Offers and Promotions Retrieval:
39765
+ * - Use the API: /api/v1/sales/offers-and-promotions/,
39766
+ * Filters :
39767
+ * - customers equals to {customer id} or customerGroups equals to {customer group id}
39768
+ * & promotion_type equals to "percentage" or "buy_one_get_one" or "time_sensitive_offers"
39769
+ * | promotion_type equals to "volume_based" and items.quantity equals to {quantity}
39770
+ * | promotion_type equals to "bundle_offers" and items.quantity equals to {quantity} and items.item equals to {item id} or items.itemPackage equals to {item package id}
39771
+ * | appliesOn equals to "all_items"
39772
+ * | appliesOn equals to "specific_items" and ( items.item equals to {item id} or items.itemPackage equals to {item package id} ) or
39773
+ * (items.brand equals to {item brand id} or items.category equals to {item category id} or items.tag in item tags)
39774
+ *
39763
39775
  * @default []
39764
39776
  */
39765
39777
  promotionsAndOffers: string[];
@@ -39821,14 +39833,11 @@ export interface components {
39821
39833
  * API Endpoints For Document Header Offers and Promotions Retrieval:
39822
39834
  * - Use the API: /api/v1/sales/offers-and-promotions/,
39823
39835
  * Filters :
39824
- * - offer_and_promotion.branch equals to {branch-id}
39825
- * & offer_and_promotion.customers equals to {customer id} or customerGroups equals to {customer group id}
39826
- * & offer_and_promotion.startDate less than or equal {date with 00:00:00} and offer_and_promotion.endDate greater than or equal {date with 23:59:59}
39827
- * & offer_and_promotion.approval_status equals to approved or not_required
39828
- * & offer_and_promotion.status equals to submitted
39829
- * & offer_and_promotion.promotion_type equals to order_value or fixed amount and currency equals to company currency and minOrderValue less than or equal to {company-total}
39830
- * | offer_and_promotion.promotion_type equals to order_value or fixed amount and currency equals to usd currency and minOrderValue less than or equal to {usd-total}
39831
- *
39836
+ * - customers equals to {customer id} or customerGroups equals to {customer group id}
39837
+ * & offer_and_promotion.promotion_type equals to "order_value" or "fixed_amount" and
39838
+ * items.currency equals to company currency and minOrderValue less than or equal to {primary_total}
39839
+ * | offer_and_promotion.promotion_type equals to "order_value" or "fixed_amount"
39840
+ * and items.currency equals to secondary currency and minOrderValue less than or equal to {secondary_total}
39832
39841
  *
39833
39842
  * @default []
39834
39843
  */
@@ -41968,18 +41977,13 @@ export interface components {
41968
41977
  * API Endpoints For Document Item Offers and Promotions Retrieval:
41969
41978
  * - Use the API: /api/v1/sales/offers-and-promotions/,
41970
41979
  * Filters :
41971
- * - offer_and_promotion.branch equals to {branch-id}
41972
- * & offer_and_promotion.customers equals to {customer id} or customerGroups equals to {customer group id}
41973
- * & offer_and_promotion.startDate less than or equal {date with 00:00:00} and offer_and_promotion.endDate greater than or equal {date with 23:59:59}
41974
- * & offer_and_promotion.approval_status equals to approved or not_required
41975
- * & offer_and_promotion.status equals to submitted
41976
- * & offers_and_promotions.promotion_type equals to percentage or buy_one_get_one or timeSensitiveOffers
41977
- * | offers_and_promotions.promotion_type equals to volume_based and quantity equals to {quantity}
41978
- * | offers_and_promotions.promotion_type equals to bundle_offers and quantity equals to {quantity} and item equals to {item id} or itemPackage equals to {item package id}
41979
- * | offers_and_promotions.appliesOn equals to allItems
41980
- * | offers_and_promotions.appliesOn equals to specificItems and ( item equals to {item id} or itemPackage equals to {item package id} ) or
41981
- * (brand equals to {item brand id} or category equals to {item category id} or tag in item tags)
41982
- *
41980
+ * - customers equals to {customer id} or customerGroups equals to {customer group id}
41981
+ * & promotion_type equals to "percentage" or "buy_one_get_one" or "time_sensitive_offers"
41982
+ * | promotion_type equals to "volume_based" and items.quantity equals to {quantity}
41983
+ * | promotion_type equals to "bundle_offers" and items.quantity equals to {quantity} and items.item equals to {item id} or items.itemPackage equals to {item package id}
41984
+ * | appliesOn equals to "all_items"
41985
+ * | appliesOn equals to "specific_items" and ( items.item equals to {item id} or items.itemPackage equals to {item package id} ) or
41986
+ * (items.brand equals to {item brand id} or items.category equals to {item category id} or items.tag in item tags)
41983
41987
  *
41984
41988
  * @default []
41985
41989
  */
@@ -42053,13 +42057,11 @@ export interface components {
42053
42057
  * API Endpoints For Document Header Offers and Promotions Retrieval:
42054
42058
  * - Use the API: /api/v1/sales/offers-and-promotions/,
42055
42059
  * Filters :
42056
- * - offer_and_promotion.branch equals to {branch-id}
42057
- * & offer_and_promotion.customers equals to {customer id} or customerGroups equals to {customer group id}
42058
- * & offer_and_promotion.startDate less than or equal {date with 00:00:00} and offer_and_promotion.endDate greater than or equal {date with 23:59:59}
42059
- * & offer_and_promotion.approval_status equals to approved or not_required
42060
- * & offer_and_promotion.status equals to submitted
42061
- * & offer_and_promotion.promotion_type equals to order_value or fixed amount and currency equals to company currency and minOrderValue less than or equal to {company-total}
42062
- * | offer_and_promotion.promotion_type equals to order_value or fixed amount and currency equals to usd currency and minOrderValue less than or equal to {usd-total}
42060
+ * - customers equals to {customer id} or customerGroups equals to {customer group id}
42061
+ * & offer_and_promotion.promotion_type equals to "order_value" or "fixed_amount" and
42062
+ * items.currency equals to company currency and minOrderValue less than or equal to {primary_total}
42063
+ * | offer_and_promotion.promotion_type equals to "order_value" or "fixed_amount"
42064
+ * and items.currency equals to secondary currency and minOrderValue less than or equal to {secondary_total}
42063
42065
  *
42064
42066
  * @default []
42065
42067
  */
@@ -43632,18 +43634,13 @@ export interface components {
43632
43634
  * API Endpoints For Document Item Offers and Promotions Retrieval:
43633
43635
  * - Use the API: /api/v1/sales/offers-and-promotions/,
43634
43636
  * Filters :
43635
- * - offer_and_promotion.branch equals to {branch-id}
43636
- * & offer_and_promotion.customers equals to {customer id} or customerGroups equals to {customer group id}
43637
- * & offer_and_promotion.startDate less than or equal {date with 00:00:00} and offer_and_promotion.endDate greater than or equal {date with 23:59:59}
43638
- * & offer_and_promotion.approval_status equals to approved or not_required
43639
- * & offer_and_promotion.status equals to submitted
43640
- * & offers_and_promotions.promotion_type equals to percentage or buy_one_get_one or timeSensitiveOffers
43641
- * | offers_and_promotions.promotion_type equals to volume_based and quantity equals to {quantity}
43642
- * | offers_and_promotions.promotion_type equals to bundle_offers and quantity equals to {quantity} and item equals to {item id} or itemPackage equals to {item package id}
43643
- * | offers_and_promotions.appliesOn equals to allItems
43644
- * | offers_and_promotions.appliesOn equals to specificItems and ( item equals to {item id} or itemPackage equals to {item package id} ) or
43645
- * (brand equals to {item brand id} or category equals to {item category id} or tag in item tags)
43646
- *
43637
+ * - customers equals to {customer id} or customerGroups equals to {customer group id}
43638
+ * & promotion_type equals to "percentage" or "buy_one_get_one" or "time_sensitive_offers"
43639
+ * | promotion_type equals to "volume_based" and items.quantity equals to {quantity}
43640
+ * | promotion_type equals to "bundle_offers" and items.quantity equals to {quantity} and items.item equals to {item id} or items.itemPackage equals to {item package id}
43641
+ * | appliesOn equals to "all_items"
43642
+ * | appliesOn equals to "specific_items" and ( items.item equals to {item id} or items.itemPackage equals to {item package id} ) or
43643
+ * (items.brand equals to {item brand id} or items.category equals to {item category id} or items.tag in item tags)
43647
43644
  *
43648
43645
  * @default []
43649
43646
  */
@@ -43755,14 +43752,11 @@ export interface components {
43755
43752
  * API Endpoints For Document Header Offers and Promotions Retrieval:
43756
43753
  * - Use the API: /api/v1/sales/offers-and-promotions/,
43757
43754
  * Filters :
43758
- * - offer_and_promotion.branch equals to {branch-id}
43759
- * & offer_and_promotion.customers equals to {customer id} or customerGroups equals to {customer group id}
43760
- * & offer_and_promotion.startDate less than or equal {date with 00:00:00} and offer_and_promotion.endDate greater than or equal {date with 23:59:59}
43761
- * & offer_and_promotion.approval_status equals to approved or not_required
43762
- * & offer_and_promotion.status equals to submitted
43763
- * & offer_and_promotion.promotion_type equals to order_value or fixed amount and currency equals to company currency and minOrderValue less than or equal to {company-total}
43764
- * | offer_and_promotion.promotion_type equals to order_value or fixed amount and currency equals to usd currency and minOrderValue less than or equal to {usd-total}
43765
- *
43755
+ * - customers equals to {customer id} or customerGroups equals to {customer group id}
43756
+ * & offer_and_promotion.promotion_type equals to "order_value" or "fixed_amount" and
43757
+ * items.currency equals to company currency and minOrderValue less than or equal to {primary_total}
43758
+ * | offer_and_promotion.promotion_type equals to "order_value" or "fixed_amount"
43759
+ * and items.currency equals to secondary currency and minOrderValue less than or equal to {secondary_total}
43766
43760
  *
43767
43761
  * @default []
43768
43762
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.720",
3
+ "version": "1.0.722",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],