@erp-galoper/types 1.0.203 → 1.0.205
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 +3 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -23004,6 +23004,8 @@ export interface components {
|
|
|
23004
23004
|
defaultUnitOfMeasures?: boolean;
|
|
23005
23005
|
/** Contactsegmentation */
|
|
23006
23006
|
contactSegmentation?: boolean;
|
|
23007
|
+
/** Purchasesettings */
|
|
23008
|
+
purchaseSettings?: boolean;
|
|
23007
23009
|
};
|
|
23008
23010
|
/** CategoriesInDropdown */
|
|
23009
23011
|
CategoriesInDropdown: {
|
|
@@ -26544,7 +26546,7 @@ export interface components {
|
|
|
26544
26546
|
/**
|
|
26545
26547
|
* Id
|
|
26546
26548
|
* Format: uuid
|
|
26547
|
-
* @example
|
|
26549
|
+
* @example 4481227e-8a8a-4dda-ba6a-b68451159838
|
|
26548
26550
|
*/
|
|
26549
26551
|
id: string;
|
|
26550
26552
|
/**
|