@erp-galoper/types 1.0.771 → 1.0.773
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openapi.ts +18 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -14170,6 +14170,7 @@ export interface paths {
|
|
|
14170
14170
|
* - recognitionStartDateIsRequired
|
|
14171
14171
|
* - depositChargeChangeNotAllowed
|
|
14172
14172
|
* - unitPackageIsRequired
|
|
14173
|
+
* - salesPersonIsNotActive
|
|
14173
14174
|
*
|
|
14174
14175
|
* - 403: "noModuleAccess"
|
|
14175
14176
|
* - "permissionDenied"
|
|
@@ -14235,6 +14236,7 @@ export interface paths {
|
|
|
14235
14236
|
* - depositChargeChangeNotAllowed
|
|
14236
14237
|
* - unitPackageIsRequired
|
|
14237
14238
|
* - customerChangeNotAllowed
|
|
14239
|
+
* - salesPersonIsNotActive
|
|
14238
14240
|
*
|
|
14239
14241
|
* - 403: "noModuleAccess"
|
|
14240
14242
|
* - "permissionDenied"
|
|
@@ -15350,6 +15352,7 @@ export interface paths {
|
|
|
15350
15352
|
* - unitPackageIsRequired
|
|
15351
15353
|
* - salesQuotationDoesNotExist
|
|
15352
15354
|
* - salesQuotationCustomerDoesNotMatchWithSalesOrderCustomer
|
|
15355
|
+
* - salesPersonIsNotActive
|
|
15353
15356
|
*
|
|
15354
15357
|
* - 403: "noModuleAccess"
|
|
15355
15358
|
* - "permissionDenied"
|
|
@@ -15417,6 +15420,7 @@ export interface paths {
|
|
|
15417
15420
|
* - salesQuotationDoesNotExist
|
|
15418
15421
|
* - customerChangeNotAllowed
|
|
15419
15422
|
* - salesQuotationCustomerDoesNotMatchWithSalesOrderCustomer
|
|
15423
|
+
* - salesPersonIsNotActive
|
|
15420
15424
|
*
|
|
15421
15425
|
* - 403: "noModuleAccess"
|
|
15422
15426
|
* - "permissionDenied"
|
|
@@ -16248,6 +16252,7 @@ export interface paths {
|
|
|
16248
16252
|
* - unitPackageIsRequired
|
|
16249
16253
|
* - salesOrderDoesNotExist
|
|
16250
16254
|
* - customerShouldBeSameAsDownPaymentCustomer
|
|
16255
|
+
* - salesPersonIsNotActive
|
|
16251
16256
|
*
|
|
16252
16257
|
* - 403: "noModuleAccess"
|
|
16253
16258
|
* - "permissionDenied"
|
|
@@ -16319,6 +16324,7 @@ export interface paths {
|
|
|
16319
16324
|
* - dateShouldBeGreaterThanPreviousInvoiceDate
|
|
16320
16325
|
* - dateShouldBeBetweenPreviousAndNextInvoiceDate
|
|
16321
16326
|
* - salesInvoiceItemCannotBeDeleted
|
|
16327
|
+
* - salesPersonIsNotActive
|
|
16322
16328
|
*
|
|
16323
16329
|
* - 403: "noModuleAccess"
|
|
16324
16330
|
* - "permissionDenied"
|
|
@@ -40263,6 +40269,10 @@ export interface components {
|
|
|
40263
40269
|
/**
|
|
40264
40270
|
* Salesperson
|
|
40265
40271
|
* Format: uuid
|
|
40272
|
+
* @description
|
|
40273
|
+
* - visible when commission is active
|
|
40274
|
+
* - get route: /api/v1/commissions/sales-persons/ and filter by isActive=True
|
|
40275
|
+
*
|
|
40266
40276
|
*/
|
|
40267
40277
|
salesPerson?: string;
|
|
40268
40278
|
/**
|
|
@@ -42486,6 +42496,10 @@ export interface components {
|
|
|
42486
42496
|
/**
|
|
42487
42497
|
* Salesperson
|
|
42488
42498
|
* Format: uuid
|
|
42499
|
+
* @description
|
|
42500
|
+
* - visible when commission is active
|
|
42501
|
+
* - get route: /api/v1/commissions/sales-persons/ and filter by isActive=True
|
|
42502
|
+
*
|
|
42489
42503
|
*/
|
|
42490
42504
|
salesPerson?: string;
|
|
42491
42505
|
/**
|
|
@@ -44182,6 +44196,10 @@ export interface components {
|
|
|
44182
44196
|
/**
|
|
44183
44197
|
* Salesperson
|
|
44184
44198
|
* Format: uuid
|
|
44199
|
+
* @description
|
|
44200
|
+
* - visible when commission is active
|
|
44201
|
+
* - get route: /api/v1/commissions/sales-persons/ and filter by isActive=True
|
|
44202
|
+
*
|
|
44185
44203
|
*/
|
|
44186
44204
|
salesPerson?: string;
|
|
44187
44205
|
/**
|