@erp-galoper/types 1.0.1576 → 1.0.1578
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 +48 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -41042,6 +41042,12 @@ export interface components {
|
|
|
41042
41042
|
}[];
|
|
41043
41043
|
/** @description visible when supplier is not resident */
|
|
41044
41044
|
tax: components["schemas"]["TaxSharedSchema"] | null;
|
|
41045
|
+
/**
|
|
41046
|
+
* Taxbreakdown
|
|
41047
|
+
* @description Aggregated tax amounts breakdown
|
|
41048
|
+
* @default []
|
|
41049
|
+
*/
|
|
41050
|
+
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
41045
41051
|
/** @description visible when project module is active */
|
|
41046
41052
|
project: components["schemas"]["ProjectSummaryInfo"] | null;
|
|
41047
41053
|
/**
|
|
@@ -41219,6 +41225,12 @@ export interface components {
|
|
|
41219
41225
|
/** Candelete */
|
|
41220
41226
|
canDelete: boolean;
|
|
41221
41227
|
reasonForReturn?: components["schemas"]["ReasonSummaryInfo"] | null;
|
|
41228
|
+
/**
|
|
41229
|
+
* Taxbreakdown
|
|
41230
|
+
* @description Aggregated tax amounts breakdown
|
|
41231
|
+
* @default []
|
|
41232
|
+
*/
|
|
41233
|
+
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
41222
41234
|
/** @description visible when project module is active */
|
|
41223
41235
|
project: components["schemas"]["ProjectSummaryInfo"] | null;
|
|
41224
41236
|
};
|
|
@@ -42790,6 +42802,12 @@ export interface components {
|
|
|
42790
42802
|
reasonForReturn?: components["schemas"]["ReasonSummaryInfo"] | null;
|
|
42791
42803
|
/** @description visible when supplier is not resident */
|
|
42792
42804
|
tax: components["schemas"]["TaxSharedSchema"] | null;
|
|
42805
|
+
/**
|
|
42806
|
+
* Taxbreakdown
|
|
42807
|
+
* @description Aggregated tax amounts breakdown
|
|
42808
|
+
* @default []
|
|
42809
|
+
*/
|
|
42810
|
+
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
42793
42811
|
/** @description visible when project module is active */
|
|
42794
42812
|
project: components["schemas"]["ProjectSummaryInfo"] | null;
|
|
42795
42813
|
/** Linkeddocuments */
|
|
@@ -42995,6 +43013,12 @@ export interface components {
|
|
|
42995
43013
|
reasonForReturn?: components["schemas"]["ReasonSummaryInfo"] | null;
|
|
42996
43014
|
/** @description visible when supplier is not resident */
|
|
42997
43015
|
tax: components["schemas"]["TaxSharedSchema"] | null;
|
|
43016
|
+
/**
|
|
43017
|
+
* Taxbreakdown
|
|
43018
|
+
* @description Aggregated tax amounts breakdown
|
|
43019
|
+
* @default []
|
|
43020
|
+
*/
|
|
43021
|
+
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
42998
43022
|
/** @description visible when project module is active */
|
|
42999
43023
|
project: components["schemas"]["ProjectSummaryInfo"] | null;
|
|
43000
43024
|
};
|
|
@@ -52219,6 +52243,12 @@ export interface components {
|
|
|
52219
52243
|
canConvert: boolean;
|
|
52220
52244
|
/** @description visible when customer is not resident */
|
|
52221
52245
|
tax: components["schemas"]["TaxSharedSchema"] | null;
|
|
52246
|
+
/**
|
|
52247
|
+
* Taxbreakdown
|
|
52248
|
+
* @description Aggregated tax amounts breakdown
|
|
52249
|
+
* @default []
|
|
52250
|
+
*/
|
|
52251
|
+
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
52222
52252
|
/** @description visible when project module is active */
|
|
52223
52253
|
project: components["schemas"]["ProjectSummaryInfo"] | null;
|
|
52224
52254
|
/**
|
|
@@ -52410,6 +52440,12 @@ export interface components {
|
|
|
52410
52440
|
canConvert: boolean;
|
|
52411
52441
|
/** @description visible when customer is not resident */
|
|
52412
52442
|
tax: components["schemas"]["TaxSharedSchema"] | null;
|
|
52443
|
+
/**
|
|
52444
|
+
* Taxbreakdown
|
|
52445
|
+
* @description Aggregated tax amounts breakdown
|
|
52446
|
+
* @default []
|
|
52447
|
+
*/
|
|
52448
|
+
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
52413
52449
|
/** @description visible when project module is active */
|
|
52414
52450
|
project: components["schemas"]["ProjectSummaryInfo"] | null;
|
|
52415
52451
|
};
|
|
@@ -52675,6 +52711,12 @@ export interface components {
|
|
|
52675
52711
|
canDelete: boolean;
|
|
52676
52712
|
/** @description visible when customer is not resident */
|
|
52677
52713
|
tax: components["schemas"]["TaxSharedSchema"] | null;
|
|
52714
|
+
/**
|
|
52715
|
+
* Taxbreakdown
|
|
52716
|
+
* @description Aggregated tax amounts breakdown
|
|
52717
|
+
* @default []
|
|
52718
|
+
*/
|
|
52719
|
+
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
52678
52720
|
/** @description visible when project module is active */
|
|
52679
52721
|
project: components["schemas"]["ProjectSummaryInfo"] | null;
|
|
52680
52722
|
/**
|
|
@@ -52884,6 +52926,12 @@ export interface components {
|
|
|
52884
52926
|
canDelete: boolean;
|
|
52885
52927
|
/** @description visible when customer is not resident */
|
|
52886
52928
|
tax: components["schemas"]["TaxSharedSchema"] | null;
|
|
52929
|
+
/**
|
|
52930
|
+
* Taxbreakdown
|
|
52931
|
+
* @description Aggregated tax amounts breakdown
|
|
52932
|
+
* @default []
|
|
52933
|
+
*/
|
|
52934
|
+
taxBreakdown: components["schemas"]["TaxBreakdownSchema"][];
|
|
52887
52935
|
/** @description visible when project module is active */
|
|
52888
52936
|
project: components["schemas"]["ProjectSummaryInfo"] | null;
|
|
52889
52937
|
};
|