@erp-galoper/types 1.0.195 → 1.0.197

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 -7
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26544,7 +26544,7 @@ export interface components {
26544
26544
  /**
26545
26545
  * Id
26546
26546
  * Format: uuid
26547
- * @example 33cd5ccb-863f-4a9b-afe8-9c2ee3011172
26547
+ * @example 0349a1e5-2c1b-4bb4-85bf-2128f707c748
26548
26548
  */
26549
26549
  id: string;
26550
26550
  /**
@@ -36004,7 +36004,7 @@ export interface components {
36004
36004
  /** Categories */
36005
36005
  categories: components["schemas"]["ItemCategorySummaryInfo"][];
36006
36006
  /** Customer Groups */
36007
- customer_groups: components["schemas"]["ContactSegmentationSummaryInfo"][];
36007
+ customer_groups: components["schemas"]["ContactSegmentationSharedSchema"][];
36008
36008
  /** Customers */
36009
36009
  customers: components["schemas"]["AccountSummaryInfo"][];
36010
36010
  paymentMethod: components["schemas"]["PaymentMethodSharedSchema"] | null;
@@ -36037,11 +36037,6 @@ export interface components {
36037
36037
  * @enum {string}
36038
36038
  */
36039
36039
  CommissionValueTypes: "percentage" | "amount";
36040
- /** ContactSegmentationSummaryInfo */
36041
- ContactSegmentationSummaryInfo: {
36042
- /** Id */
36043
- id: number;
36044
- };
36045
36040
  /** ItemCategorySummaryInfo */
36046
36041
  ItemCategorySummaryInfo: {
36047
36042
  /** Id */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.195",
3
+ "version": "1.0.197",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],