@erp-galoper/types 1.0.724 → 1.0.726

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 +5 -1
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -27559,7 +27559,7 @@ export interface components {
27559
27559
  /**
27560
27560
  * Id
27561
27561
  * Format: uuid
27562
- * @example ca723505-ac81-4b88-be95-d41c4ef15004
27562
+ * @example 4a1d60d8-b68c-4128-9f32-e1502b4a451a
27563
27563
  */
27564
27564
  id: string;
27565
27565
  /**
@@ -36462,11 +36462,13 @@ export interface components {
36462
36462
  /**
36463
36463
  * Startdate
36464
36464
  * Format: date-time
36465
+ * @description user should select time when promotion type is timeSensitiveOffers
36465
36466
  */
36466
36467
  startDate: string;
36467
36468
  /**
36468
36469
  * Enddate
36469
36470
  * Format: date-time
36471
+ * @description user should select time when promotion type is timeSensitiveOffers
36470
36472
  */
36471
36473
  endDate: string;
36472
36474
  /**
@@ -36834,11 +36836,13 @@ export interface components {
36834
36836
  /**
36835
36837
  * Startdate
36836
36838
  * Format: date-time
36839
+ * @description user should select time when promotion type is timeSensitiveOffers
36837
36840
  */
36838
36841
  startDate: string;
36839
36842
  /**
36840
36843
  * Enddate
36841
36844
  * Format: date-time
36845
+ * @description user should select time when promotion type is timeSensitiveOffers
36842
36846
  */
36843
36847
  endDate: string;
36844
36848
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.724",
3
+ "version": "1.0.726",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],