@erp-galoper/types 1.0.143 → 1.0.145

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 +5 -3
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26544,7 +26544,7 @@ export interface components {
26544
26544
  /**
26545
26545
  * Id
26546
26546
  * Format: uuid
26547
- * @example 54e4487e-0956-40c5-9bd4-2362012005b4
26547
+ * @example 090ef3f2-0494-48cd-a852-0697dd993ec9
26548
26548
  */
26549
26549
  id: string;
26550
26550
  /**
@@ -41852,6 +41852,8 @@ export interface components {
41852
41852
  * Format: uuid
41853
41853
  */
41854
41854
  id: string;
41855
+ /** Serialnumber */
41856
+ serialNumber: string;
41855
41857
  /**
41856
41858
  * Total
41857
41859
  * @description field is number
@@ -42289,7 +42291,7 @@ export interface components {
42289
42291
  * user should select either down payment or return invoice or return returnable package per row
42290
42292
  *
42291
42293
  */
42292
- returnReturnablePackage: string;
42294
+ returnReturnablePackage?: string;
42293
42295
  };
42294
42296
  /** SalesRefundVoucherDetailSchema */
42295
42297
  SalesRefundVoucherDetailSchema: {
@@ -42462,7 +42464,7 @@ export interface components {
42462
42464
  * user should select either down payment or return invoice or return returnable package per row
42463
42465
  *
42464
42466
  */
42465
- returnReturnablePackage: string;
42467
+ returnReturnablePackage?: string;
42466
42468
  /**
42467
42469
  * Id
42468
42470
  * Format: uuid
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.143",
3
+ "version": "1.0.145",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],