@erp-galoper/types 1.0.87 → 1.0.88

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 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26463,7 +26463,7 @@ export interface components {
26463
26463
  /**
26464
26464
  * Id
26465
26465
  * Format: uuid
26466
- * @example ead952d4-3264-47b8-ad94-4f551d260c11
26466
+ * @example ec8fa84f-f44f-4f37-9b5e-5f519d3e78f8
26467
26467
  */
26468
26468
  id: string;
26469
26469
  /**
@@ -37258,6 +37258,8 @@ export interface components {
37258
37258
  * Format: uuid
37259
37259
  */
37260
37260
  id: string;
37261
+ /** Serialnumber */
37262
+ serialNumber: string;
37261
37263
  /**
37262
37264
  * Total
37263
37265
  * @description field is number
@@ -37293,6 +37295,8 @@ export interface components {
37293
37295
  * Format: uuid
37294
37296
  */
37295
37297
  id: string;
37298
+ /** Serialnumber */
37299
+ serialNumber: string;
37296
37300
  /**
37297
37301
  * Total
37298
37302
  * @description field is number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.87",
3
+ "version": "1.0.88",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],