@erp-galoper/types 1.0.171 → 1.0.172

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 +9 -3
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26545,7 +26545,7 @@ export interface components {
26545
26545
  /**
26546
26546
  * Id
26547
26547
  * Format: uuid
26548
- * @example 87157522-9131-488b-9271-d4a6fc707780
26548
+ * @example 51d67b66-63a5-48ba-a103-2090f17de865
26549
26549
  */
26550
26550
  id: string;
26551
26551
  /**
@@ -34309,7 +34309,10 @@ export interface components {
34309
34309
  appliesTo: components["schemas"]["AppliesToSchema"];
34310
34310
  /**
34311
34311
  * Customers
34312
- * @description always visible, use route api/v1//customers/?type=children and filter by isActive equals to true
34312
+ * @description
34313
+ * always visible, use route api/v1//customers/?type=children and filter by isActive equals to true
34314
+ * in case appliesTo = customer and customers list is empty, the promotion will be applied to all customers
34315
+ *
34313
34316
  * @default []
34314
34317
  */
34315
34318
  customers: number[];
@@ -34582,7 +34585,10 @@ export interface components {
34582
34585
  appliesTo: components["schemas"]["AppliesToSchema"];
34583
34586
  /**
34584
34587
  * Customers
34585
- * @description always visible, use route api/v1//customers/?type=children and filter by isActive equals to true
34588
+ * @description
34589
+ * always visible, use route api/v1//customers/?type=children and filter by isActive equals to true
34590
+ * in case appliesTo = customer and customers list is empty, the promotion will be applied to all customers
34591
+ *
34586
34592
  * @default []
34587
34593
  */
34588
34594
  customers: number[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.171",
3
+ "version": "1.0.172",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],