@erp-galoper/types 1.0.185 → 1.0.187

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 +16 -1
  2. 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 cdb8067a-28c1-4b35-b01e-5f3c371b8d2b
26503
+ * @example 8492f729-563b-4043-9171-320dddbbf7cf
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.185",
3
+ "version": "1.0.187",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],