@erp-galoper/types 1.0.128 → 1.0.130
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 +2 -1
- 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
|
|
26547
|
+
* @example 75bb527a-6200-47df-88d6-c88af276a7fb
|
|
26547
26548
|
*/
|
|
26548
26549
|
id: string;
|
|
26549
26550
|
/**
|