@erp-galoper/types 1.0.925 → 1.0.927
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 +70 -14
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -33693,7 +33693,11 @@ export interface components {
|
|
|
33693
33693
|
discount: number;
|
|
33694
33694
|
/**
|
|
33695
33695
|
* Taxes
|
|
33696
|
-
* @description
|
|
33696
|
+
* @description
|
|
33697
|
+
* - visible when supplier is resident
|
|
33698
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals purchase
|
|
33699
|
+
* - get default value(s) from /api/v1/inventory/items/{id}/ and filter by type equals purchase
|
|
33700
|
+
*
|
|
33697
33701
|
*/
|
|
33698
33702
|
taxes?: number[] | null;
|
|
33699
33703
|
};
|
|
@@ -33750,7 +33754,11 @@ export interface components {
|
|
|
33750
33754
|
notes: string | null;
|
|
33751
33755
|
/**
|
|
33752
33756
|
* Tax
|
|
33753
|
-
* @description
|
|
33757
|
+
* @description
|
|
33758
|
+
* - tax id
|
|
33759
|
+
* - visible when supplier is not resident
|
|
33760
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals purchase
|
|
33761
|
+
*
|
|
33754
33762
|
*/
|
|
33755
33763
|
tax?: number;
|
|
33756
33764
|
/**
|
|
@@ -34235,7 +34243,11 @@ export interface components {
|
|
|
34235
34243
|
discount: number;
|
|
34236
34244
|
/**
|
|
34237
34245
|
* Taxes
|
|
34238
|
-
* @description
|
|
34246
|
+
* @description
|
|
34247
|
+
* - visible when supplier is resident
|
|
34248
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals purchase
|
|
34249
|
+
* - get default value(s) from /api/v1/inventory/items/{id}/ and filter by type equals purchase
|
|
34250
|
+
*
|
|
34239
34251
|
*/
|
|
34240
34252
|
taxes?: number[] | null;
|
|
34241
34253
|
};
|
|
@@ -34297,7 +34309,11 @@ export interface components {
|
|
|
34297
34309
|
notes: string | null;
|
|
34298
34310
|
/**
|
|
34299
34311
|
* Tax
|
|
34300
|
-
* @description
|
|
34312
|
+
* @description
|
|
34313
|
+
* - tax id
|
|
34314
|
+
* - visible when supplier is not resident
|
|
34315
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals purchase
|
|
34316
|
+
*
|
|
34301
34317
|
*/
|
|
34302
34318
|
tax?: number;
|
|
34303
34319
|
/**
|
|
@@ -35243,7 +35259,11 @@ export interface components {
|
|
|
35243
35259
|
warehouse: number | null;
|
|
35244
35260
|
/**
|
|
35245
35261
|
* Tax
|
|
35246
|
-
* @description
|
|
35262
|
+
* @description
|
|
35263
|
+
* - tax id
|
|
35264
|
+
* - visible when supplier is not resident
|
|
35265
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals purchase
|
|
35266
|
+
*
|
|
35247
35267
|
*/
|
|
35248
35268
|
tax?: number;
|
|
35249
35269
|
/**
|
|
@@ -35306,7 +35326,11 @@ export interface components {
|
|
|
35306
35326
|
discount: number;
|
|
35307
35327
|
/**
|
|
35308
35328
|
* Taxes
|
|
35309
|
-
* @description
|
|
35329
|
+
* @description
|
|
35330
|
+
* - visible when supplier is resident
|
|
35331
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals purchase
|
|
35332
|
+
* - get default value(s) from /api/v1/inventory/items/{id}/ and filter by type equals purchase
|
|
35333
|
+
*
|
|
35310
35334
|
*/
|
|
35311
35335
|
taxes: number[];
|
|
35312
35336
|
};
|
|
@@ -35362,7 +35386,11 @@ export interface components {
|
|
|
35362
35386
|
discount: number;
|
|
35363
35387
|
/**
|
|
35364
35388
|
* Taxes
|
|
35365
|
-
* @description
|
|
35389
|
+
* @description
|
|
35390
|
+
* - visible when supplier is resident
|
|
35391
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals purchase
|
|
35392
|
+
* - get default value(s) from /api/v1/inventory/items/{id}/ and filter by type equals purchase
|
|
35393
|
+
*
|
|
35366
35394
|
*/
|
|
35367
35395
|
taxes: number[];
|
|
35368
35396
|
};
|
|
@@ -35427,7 +35455,11 @@ export interface components {
|
|
|
35427
35455
|
warehouse: number | null;
|
|
35428
35456
|
/**
|
|
35429
35457
|
* Tax
|
|
35430
|
-
* @description
|
|
35458
|
+
* @description
|
|
35459
|
+
* - tax id
|
|
35460
|
+
* - visible when supplier is not resident
|
|
35461
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals purchase
|
|
35462
|
+
*
|
|
35431
35463
|
*/
|
|
35432
35464
|
tax?: number;
|
|
35433
35465
|
/**
|
|
@@ -40564,7 +40596,11 @@ export interface components {
|
|
|
40564
40596
|
discount: number;
|
|
40565
40597
|
/**
|
|
40566
40598
|
* Taxes
|
|
40567
|
-
* @description
|
|
40599
|
+
* @description
|
|
40600
|
+
* - visible when customer is resident
|
|
40601
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals sales
|
|
40602
|
+
* - get default value(s) from /api/v1/inventory/items/{id}/ and filter by type equals sales
|
|
40603
|
+
*
|
|
40568
40604
|
* @default []
|
|
40569
40605
|
*/
|
|
40570
40606
|
taxes: number[];
|
|
@@ -40676,7 +40712,11 @@ export interface components {
|
|
|
40676
40712
|
notes?: string;
|
|
40677
40713
|
/**
|
|
40678
40714
|
* Tax
|
|
40679
|
-
* @description
|
|
40715
|
+
* @description
|
|
40716
|
+
* - tax id
|
|
40717
|
+
* - visible when customer is not resident
|
|
40718
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals sales
|
|
40719
|
+
*
|
|
40680
40720
|
*/
|
|
40681
40721
|
tax?: number;
|
|
40682
40722
|
/** Items */
|
|
@@ -42803,7 +42843,11 @@ export interface components {
|
|
|
42803
42843
|
discount: number;
|
|
42804
42844
|
/**
|
|
42805
42845
|
* Taxes
|
|
42806
|
-
* @description
|
|
42846
|
+
* @description
|
|
42847
|
+
* - visible when customer is resident
|
|
42848
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals sales
|
|
42849
|
+
* - get default value(s) from /api/v1/inventory/items/{id}/ and filter by type equals sales
|
|
42850
|
+
*
|
|
42807
42851
|
* @default []
|
|
42808
42852
|
*/
|
|
42809
42853
|
taxes: number[];
|
|
@@ -42934,7 +42978,11 @@ export interface components {
|
|
|
42934
42978
|
notes?: string;
|
|
42935
42979
|
/**
|
|
42936
42980
|
* Tax
|
|
42937
|
-
* @description
|
|
42981
|
+
* @description
|
|
42982
|
+
* - tax id
|
|
42983
|
+
* - visible when customer is not resident
|
|
42984
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals sales
|
|
42985
|
+
*
|
|
42938
42986
|
*/
|
|
42939
42987
|
tax?: number;
|
|
42940
42988
|
/**
|
|
@@ -44486,7 +44534,11 @@ export interface components {
|
|
|
44486
44534
|
discount: number;
|
|
44487
44535
|
/**
|
|
44488
44536
|
* Taxes
|
|
44489
|
-
* @description
|
|
44537
|
+
* @description
|
|
44538
|
+
* - visible when customer is resident
|
|
44539
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals sales
|
|
44540
|
+
* - get default value(s) from /api/v1/inventory/items/{id}/ and filter by type equals sales
|
|
44541
|
+
*
|
|
44490
44542
|
* @default []
|
|
44491
44543
|
*/
|
|
44492
44544
|
taxes: number[];
|
|
@@ -44659,7 +44711,11 @@ export interface components {
|
|
|
44659
44711
|
items: components["schemas"]["CreateUpdateSalesInvoiceItemSchema"][];
|
|
44660
44712
|
/**
|
|
44661
44713
|
* Tax
|
|
44662
|
-
* @description
|
|
44714
|
+
* @description
|
|
44715
|
+
* - tax id
|
|
44716
|
+
* - visible when customer is not resident
|
|
44717
|
+
* - get taxes from /api/v1/settings/accounting/taxes/ and filter by type equals sales
|
|
44718
|
+
*
|
|
44663
44719
|
*/
|
|
44664
44720
|
tax?: number;
|
|
44665
44721
|
paymentTerms: components["schemas"]["PaymentTermsCreateSchema"];
|