@erp-galoper/types 1.0.1649 → 1.0.1651

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 +3 -12
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -15134,7 +15134,6 @@ export interface paths {
15134
15134
  * - depositChargeChangeNotAllowed
15135
15135
  * - unitPackageIsRequired
15136
15136
  * - salesPersonIsNotActive
15137
- * - priceListShouldBeWholesale
15138
15137
  *
15139
15138
  * - 403: "noModuleAccess"
15140
15139
  * - "permissionDenied"
@@ -15201,7 +15200,6 @@ export interface paths {
15201
15200
  * - unitPackageIsRequired
15202
15201
  * - customerChangeNotAllowed
15203
15202
  * - salesPersonIsNotActive
15204
- * - priceListShouldBeWholesale
15205
15203
  *
15206
15204
  * - 403: "noModuleAccess"
15207
15205
  * - "permissionDenied"
@@ -16417,7 +16415,6 @@ export interface paths {
16417
16415
  * - salesQuotationDoesNotExist
16418
16416
  * - salesQuotationCustomerDoesNotMatchWithSalesOrderCustomer
16419
16417
  * - salesPersonIsNotActive
16420
- * - priceListShouldBeWholesale
16421
16418
  *
16422
16419
  * - 403: "noModuleAccess"
16423
16420
  * - "permissionDenied"
@@ -16486,7 +16483,6 @@ export interface paths {
16486
16483
  * - customerChangeNotAllowed
16487
16484
  * - salesQuotationCustomerDoesNotMatchWithSalesOrderCustomer
16488
16485
  * - salesPersonIsNotActive
16489
- * - priceListShouldBeWholesale
16490
16486
  *
16491
16487
  * - 403: "noModuleAccess"
16492
16488
  * - "permissionDenied"
@@ -17418,7 +17414,6 @@ export interface paths {
17418
17414
  * - salesOrderDoesNotExist
17419
17415
  * - customerShouldBeSameAsDownPaymentCustomer
17420
17416
  * - salesPersonIsNotActive
17421
- * - priceListShouldBeWholesale
17422
17417
  * - invoiceShouldBeLinkedToQuotationOrOrder
17423
17418
  *
17424
17419
  * - 403: "noModuleAccess"
@@ -17492,7 +17487,6 @@ export interface paths {
17492
17487
  * - dateShouldBeBetweenPreviousAndNextInvoiceDate
17493
17488
  * - salesInvoiceItemCannotBeDeleted
17494
17489
  * - salesPersonIsNotActive
17495
- * - priceListShouldBeWholesale
17496
17490
  * - invoiceShouldBeLinkedToQuotationOrOrder
17497
17491
  *
17498
17492
  * - 403: "noModuleAccess"
@@ -48441,8 +48435,7 @@ export interface components {
48441
48435
  * @description - This field is required when price list is active in sales settings
48442
48436
  * - applicable if item is selected
48443
48437
  * - get price lists from /api/v1/sales/price-list/ and filter by
48444
- * priceListType not equal to retail
48445
- * & status equals to submitted
48438
+ * status equals to submitted
48446
48439
  * & document date is greater than or equal start date
48447
48440
  * & document date is less than or equal end date if end date is not null
48448
48441
  * & branch equals to {current branch id}
@@ -50772,8 +50765,7 @@ export interface components {
50772
50765
  * Format: uuid
50773
50766
  * @description - This field is required when the price list is active in sales settings, and visible if inventory is on.
50774
50767
  * - get price lists from /api/v1/sales/price-list/ and filter by
50775
- * priceListType not equal to retail
50776
- * & status equals to submitted
50768
+ * status equals to submitted
50777
50769
  * & document date is greater than or equal start date
50778
50770
  * & document date is less than or equal end date if end date is not null
50779
50771
  * & branch equals to {current branch id}
@@ -52811,8 +52803,7 @@ export interface components {
52811
52803
  * @description - This field is required when the price list feature is enabled in sales settings. (AND)
52812
52804
  * - It is visible only if inventory is enabled. (AND)
52813
52805
  * - get price lists from /api/v1/sales/price-list/ and filter by
52814
- * priceListType not equal to retail
52815
- * & status equals to submitted
52806
+ * status equals to submitted
52816
52807
  * & document date is greater than or equal start date
52817
52808
  * & document date is less than or equal end date if end date is not null
52818
52809
  * & branch equals to {current branch id}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1649",
3
+ "version": "1.0.1651",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],