@erp-galoper/types 1.0.834 → 1.0.835

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 +9 -3
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -14173,6 +14173,7 @@ export interface paths {
14173
14173
  * - depositChargeChangeNotAllowed
14174
14174
  * - unitPackageIsRequired
14175
14175
  * - salesPersonIsNotActive
14176
+ * - priceListShouldBeWholesale
14176
14177
  *
14177
14178
  * - 403: "noModuleAccess"
14178
14179
  * - "permissionDenied"
@@ -14239,6 +14240,7 @@ export interface paths {
14239
14240
  * - unitPackageIsRequired
14240
14241
  * - customerChangeNotAllowed
14241
14242
  * - salesPersonIsNotActive
14243
+ * - priceListShouldBeWholesale
14242
14244
  *
14243
14245
  * - 403: "noModuleAccess"
14244
14246
  * - "permissionDenied"
@@ -15357,6 +15359,7 @@ export interface paths {
15357
15359
  * - salesQuotationDoesNotExist
15358
15360
  * - salesQuotationCustomerDoesNotMatchWithSalesOrderCustomer
15359
15361
  * - salesPersonIsNotActive
15362
+ * - priceListShouldBeWholesale
15360
15363
  *
15361
15364
  * - 403: "noModuleAccess"
15362
15365
  * - "permissionDenied"
@@ -15425,6 +15428,7 @@ export interface paths {
15425
15428
  * - customerChangeNotAllowed
15426
15429
  * - salesQuotationCustomerDoesNotMatchWithSalesOrderCustomer
15427
15430
  * - salesPersonIsNotActive
15431
+ * - priceListShouldBeWholesale
15428
15432
  *
15429
15433
  * - 403: "noModuleAccess"
15430
15434
  * - "permissionDenied"
@@ -16257,6 +16261,7 @@ export interface paths {
16257
16261
  * - salesOrderDoesNotExist
16258
16262
  * - customerShouldBeSameAsDownPaymentCustomer
16259
16263
  * - salesPersonIsNotActive
16264
+ * - priceListShouldBeWholesale
16260
16265
  *
16261
16266
  * - 403: "noModuleAccess"
16262
16267
  * - "permissionDenied"
@@ -16329,6 +16334,7 @@ export interface paths {
16329
16334
  * - dateShouldBeBetweenPreviousAndNextInvoiceDate
16330
16335
  * - salesInvoiceItemCannotBeDeleted
16331
16336
  * - salesPersonIsNotActive
16337
+ * - priceListShouldBeWholesale
16332
16338
  *
16333
16339
  * - 403: "noModuleAccess"
16334
16340
  * - "permissionDenied"
@@ -40421,7 +40427,7 @@ export interface components {
40421
40427
  * @description
40422
40428
  * - This field is required when price list is active in sales settings
40423
40429
  * - applicable if item is selected
40424
- * - /api/v1/sales/price-list/
40430
+ * - /api/v1/sales/price-list/ and filter by priceListType not equal to retail
40425
40431
  *
40426
40432
  */
40427
40433
  priceList?: string;
@@ -42648,7 +42654,7 @@ export interface components {
42648
42654
  * Format: uuid
42649
42655
  * @description
42650
42656
  * - This field is required when the price list is active in sales settings, and visible if inventory is on.
42651
- * - /api/v1/sales/price-list/
42657
+ * - /api/v1/sales/price-list/ and filter by priceListType equals to wholesale
42652
42658
  *
42653
42659
  */
42654
42660
  priceList?: string;
@@ -44330,7 +44336,7 @@ export interface components {
44330
44336
  * - This field is required when the price list feature is enabled in sales settings. (AND)
44331
44337
  * - It is visible only if inventory is enabled. (AND)
44332
44338
  *
44333
- * - Endpoint: /api/v1/sales/price-list/
44339
+ * - Endpoint: /api/v1/sales/price-list/ and filter by priceListType equals to wholesale
44334
44340
  * - Filters:
44335
44341
  *
44336
44342
  * 1. **Active Date Range** (AND):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.834",
3
+ "version": "1.0.835",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],