@erp-galoper/types 1.0.128 → 1.0.129

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 +2 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -25321,6 +25321,7 @@ export interface components {
25321
25321
  */
25322
25322
  attachments: string[];
25323
25323
  type: components["schemas"]["TypeOfCustomerValue"];
25324
+ group: components["schemas"]["CustomerGroupInfoSchema"];
25324
25325
  };
25325
25326
  /**
25326
25327
  * TypeOfCustomerValue
@@ -26543,7 +26544,7 @@ export interface components {
26543
26544
  /**
26544
26545
  * Id
26545
26546
  * Format: uuid
26546
- * @example a775194a-42ab-4657-aac7-1a87f6e0c688
26547
+ * @example 854aa9dc-e645-442c-842b-c4040ca606e4
26547
26548
  */
26548
26549
  id: string;
26549
26550
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.128",
3
+ "version": "1.0.129",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],