@erp-galoper/types 1.0.725 → 1.0.727
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 +5 -1
- 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
|
|
27562
|
+
* @example b92f5f72-1ddf-4c6c-9b6d-993a1473c55d
|
|
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
|
/**
|