@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.
Files changed (2) hide show
  1. package/openapi.ts +3 -1
  2. 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 9074bb46-115a-450c-9237-1d13fb095633
26549
+ * @example 4481227e-8a8a-4dda-ba6a-b68451159838
26548
26550
  */
26549
26551
  id: string;
26550
26552
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.203",
3
+ "version": "1.0.205",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],