@erp-galoper/types 1.0.1648 → 1.0.1650

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 +13 -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"
@@ -19055,6 +19049,7 @@ export interface paths {
19055
19049
  * - prepaidExpenseDoesNotExist
19056
19050
  * - deferredExpenseShouldBeInCompanyCurrency
19057
19051
  * - prepaidExpenseShouldBeInCompanyCurrency
19052
+ * - onlinePaymentsAccountDoesNotExist
19058
19053
  */
19059
19054
  post: operations["erp_settings_accountingsetting_views_create_default_subsidiary_account"];
19060
19055
  delete?: never;
@@ -48440,8 +48435,7 @@ export interface components {
48440
48435
  * @description - This field is required when price list is active in sales settings
48441
48436
  * - applicable if item is selected
48442
48437
  * - get price lists from /api/v1/sales/price-list/ and filter by
48443
- * priceListType not equal to retail
48444
- * & status equals to submitted
48438
+ * status equals to submitted
48445
48439
  * & document date is greater than or equal start date
48446
48440
  * & document date is less than or equal end date if end date is not null
48447
48441
  * & branch equals to {current branch id}
@@ -50771,8 +50765,7 @@ export interface components {
50771
50765
  * Format: uuid
50772
50766
  * @description - This field is required when the price list is active in sales settings, and visible if inventory is on.
50773
50767
  * - get price lists from /api/v1/sales/price-list/ and filter by
50774
- * priceListType not equal to retail
50775
- * & status equals to submitted
50768
+ * status equals to submitted
50776
50769
  * & document date is greater than or equal start date
50777
50770
  * & document date is less than or equal end date if end date is not null
50778
50771
  * & branch equals to {current branch id}
@@ -52810,8 +52803,7 @@ export interface components {
52810
52803
  * @description - This field is required when the price list feature is enabled in sales settings. (AND)
52811
52804
  * - It is visible only if inventory is enabled. (AND)
52812
52805
  * - get price lists from /api/v1/sales/price-list/ and filter by
52813
- * priceListType not equal to retail
52814
- * & status equals to submitted
52806
+ * status equals to submitted
52815
52807
  * & document date is greater than or equal start date
52816
52808
  * & document date is less than or equal end date if end date is not null
52817
52809
  * & branch equals to {current branch id}
@@ -55622,6 +55614,8 @@ export interface components {
55622
55614
  negativeEarningAccount: components["schemas"]["AccountSummaryInfo"] | null;
55623
55615
  positiveCumulativeEarningAccount: components["schemas"]["AccountSummaryInfo"] | null;
55624
55616
  negativeCumulativeEarningAccount: components["schemas"]["AccountSummaryInfo"] | null;
55617
+ /** @description visible when online store is enabled in galoper settings */
55618
+ onlinePaymentsAccount: components["schemas"]["AccountSummaryInfo"] | null;
55625
55619
  };
55626
55620
  /** DefaultSubsidiaryAccountResponse */
55627
55621
  DefaultSubsidiaryAccountResponse: {
@@ -55683,6 +55677,13 @@ export interface components {
55683
55677
  * - get accounts from route /api/v1/chart_of_account/?branchId={branch-id}&type=defaultSubsidiaryAccounts&isActive=True
55684
55678
  */
55685
55679
  negativeCumulativeEarningAccount?: number;
55680
+ /**
55681
+ * Onlinepaymentsaccount
55682
+ * @description - online payments account id
55683
+ * - visible when online store is enabled in galoper settings
55684
+ * - get accounts from route /api/v1/chart_of_account/?branchId={branch-id}&type=detail&isActive=True
55685
+ */
55686
+ onlinePaymentsAccount?: number;
55686
55687
  };
55687
55688
  /**
55688
55689
  * SalesCreditNoteAppliesOn
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1648",
3
+ "version": "1.0.1650",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],