@erp-galoper/types 1.0.185 → 1.0.186
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 +16 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -26500,7 +26500,7 @@ export interface components {
|
|
|
26500
26500
|
/**
|
|
26501
26501
|
* Id
|
|
26502
26502
|
* Format: uuid
|
|
26503
|
-
* @example
|
|
26503
|
+
* @example aeb4e6f1-e955-4ce8-8eee-0eee2330762c
|
|
26504
26504
|
*/
|
|
26505
26505
|
id: string;
|
|
26506
26506
|
/**
|
|
@@ -37232,6 +37232,11 @@ export interface components {
|
|
|
37232
37232
|
* @default 0
|
|
37233
37233
|
*/
|
|
37234
37234
|
discount: number;
|
|
37235
|
+
/**
|
|
37236
|
+
* Discountedtotal
|
|
37237
|
+
* @description This field is a number
|
|
37238
|
+
*/
|
|
37239
|
+
discountedTotal: string;
|
|
37235
37240
|
/**
|
|
37236
37241
|
* Secondarydiscountedtotal
|
|
37237
37242
|
* @description This field is a number
|
|
@@ -37603,6 +37608,11 @@ export interface components {
|
|
|
37603
37608
|
* @default 0
|
|
37604
37609
|
*/
|
|
37605
37610
|
discount: number;
|
|
37611
|
+
/**
|
|
37612
|
+
* Discountedtotal
|
|
37613
|
+
* @description This field is a number
|
|
37614
|
+
*/
|
|
37615
|
+
discountedTotal: string;
|
|
37606
37616
|
/**
|
|
37607
37617
|
* Secondarydiscountedtotal
|
|
37608
37618
|
* @description This field is a number
|
|
@@ -39328,6 +39338,11 @@ export interface components {
|
|
|
39328
39338
|
* @default 0
|
|
39329
39339
|
*/
|
|
39330
39340
|
discount: number;
|
|
39341
|
+
/**
|
|
39342
|
+
* Discountedtotal
|
|
39343
|
+
* @description This field is a number representing the total after discount.
|
|
39344
|
+
*/
|
|
39345
|
+
discountedTotal: string;
|
|
39331
39346
|
/**
|
|
39332
39347
|
* Usddiscountedtotal
|
|
39333
39348
|
* @description This field is a number representing the total after discount in USD.
|