@erp-galoper/types 1.0.926 → 1.0.928
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 +42 -8
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -33974,7 +33974,10 @@ export interface components {
|
|
|
33974
33974
|
discount: number;
|
|
33975
33975
|
/**
|
|
33976
33976
|
* Tax
|
|
33977
|
-
* @description
|
|
33977
|
+
* @description
|
|
33978
|
+
* - visible when entity is not resident
|
|
33979
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals purchase or sale with respect to document
|
|
33980
|
+
*
|
|
33978
33981
|
*/
|
|
33979
33982
|
tax?: number;
|
|
33980
33983
|
/** Items */
|
|
@@ -40146,6 +40149,10 @@ export interface components {
|
|
|
40146
40149
|
promotionsAndOffers?: string[];
|
|
40147
40150
|
/**
|
|
40148
40151
|
* Taxes
|
|
40152
|
+
* @description
|
|
40153
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals sales
|
|
40154
|
+
* - get default value(s) from /api/v1/inventory/items/{id}/ and filter by type equals sales
|
|
40155
|
+
*
|
|
40149
40156
|
* @default []
|
|
40150
40157
|
*/
|
|
40151
40158
|
taxes: number[];
|
|
@@ -40176,7 +40183,10 @@ export interface components {
|
|
|
40176
40183
|
discount: number;
|
|
40177
40184
|
/**
|
|
40178
40185
|
* Tax
|
|
40179
|
-
* @description
|
|
40186
|
+
* @description
|
|
40187
|
+
* - tax id
|
|
40188
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals sales
|
|
40189
|
+
*
|
|
40180
40190
|
*/
|
|
40181
40191
|
tax?: number;
|
|
40182
40192
|
/** Items */
|
|
@@ -40596,7 +40606,11 @@ export interface components {
|
|
|
40596
40606
|
discount: number;
|
|
40597
40607
|
/**
|
|
40598
40608
|
* Taxes
|
|
40599
|
-
* @description
|
|
40609
|
+
* @description
|
|
40610
|
+
* - visible when customer is resident
|
|
40611
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals sales
|
|
40612
|
+
* - get default value(s) from /api/v1/inventory/items/{id}/ and filter by type equals sales
|
|
40613
|
+
*
|
|
40600
40614
|
* @default []
|
|
40601
40615
|
*/
|
|
40602
40616
|
taxes: number[];
|
|
@@ -40708,7 +40722,11 @@ export interface components {
|
|
|
40708
40722
|
notes?: string;
|
|
40709
40723
|
/**
|
|
40710
40724
|
* Tax
|
|
40711
|
-
* @description
|
|
40725
|
+
* @description
|
|
40726
|
+
* - tax id
|
|
40727
|
+
* - visible when customer is not resident
|
|
40728
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals sales
|
|
40729
|
+
*
|
|
40712
40730
|
*/
|
|
40713
40731
|
tax?: number;
|
|
40714
40732
|
/** Items */
|
|
@@ -42835,7 +42853,11 @@ export interface components {
|
|
|
42835
42853
|
discount: number;
|
|
42836
42854
|
/**
|
|
42837
42855
|
* Taxes
|
|
42838
|
-
* @description
|
|
42856
|
+
* @description
|
|
42857
|
+
* - visible when customer is resident
|
|
42858
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals sales
|
|
42859
|
+
* - get default value(s) from /api/v1/inventory/items/{id}/ and filter by type equals sales
|
|
42860
|
+
*
|
|
42839
42861
|
* @default []
|
|
42840
42862
|
*/
|
|
42841
42863
|
taxes: number[];
|
|
@@ -42966,7 +42988,11 @@ export interface components {
|
|
|
42966
42988
|
notes?: string;
|
|
42967
42989
|
/**
|
|
42968
42990
|
* Tax
|
|
42969
|
-
* @description
|
|
42991
|
+
* @description
|
|
42992
|
+
* - tax id
|
|
42993
|
+
* - visible when customer is not resident
|
|
42994
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals sales
|
|
42995
|
+
*
|
|
42970
42996
|
*/
|
|
42971
42997
|
tax?: number;
|
|
42972
42998
|
/**
|
|
@@ -44518,7 +44544,11 @@ export interface components {
|
|
|
44518
44544
|
discount: number;
|
|
44519
44545
|
/**
|
|
44520
44546
|
* Taxes
|
|
44521
|
-
* @description
|
|
44547
|
+
* @description
|
|
44548
|
+
* - visible when customer is resident
|
|
44549
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals sales
|
|
44550
|
+
* - get default value(s) from /api/v1/inventory/items/{id}/ and filter by type equals sales
|
|
44551
|
+
*
|
|
44522
44552
|
* @default []
|
|
44523
44553
|
*/
|
|
44524
44554
|
taxes: number[];
|
|
@@ -44691,7 +44721,11 @@ export interface components {
|
|
|
44691
44721
|
items: components["schemas"]["CreateUpdateSalesInvoiceItemSchema"][];
|
|
44692
44722
|
/**
|
|
44693
44723
|
* Tax
|
|
44694
|
-
* @description
|
|
44724
|
+
* @description
|
|
44725
|
+
* - tax id
|
|
44726
|
+
* - visible when customer is not resident
|
|
44727
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals sales
|
|
44728
|
+
*
|
|
44695
44729
|
*/
|
|
44696
44730
|
tax?: number;
|
|
44697
44731
|
paymentTerms: components["schemas"]["PaymentTermsCreateSchema"];
|