@erp-galoper/types 1.0.320 → 1.0.322
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 +13 -5
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -26661,7 +26661,7 @@ export interface components {
|
|
|
26661
26661
|
/**
|
|
26662
26662
|
* Id
|
|
26663
26663
|
* Format: uuid
|
|
26664
|
-
* @example
|
|
26664
|
+
* @example 46c9d0f2-918d-4061-9da2-5f1b525075f9
|
|
26665
26665
|
*/
|
|
26666
26666
|
id: string;
|
|
26667
26667
|
/**
|
|
@@ -34615,7 +34615,10 @@ export interface components {
|
|
|
34615
34615
|
promotionType: components["schemas"]["PromotionTypes"];
|
|
34616
34616
|
/** Stackable */
|
|
34617
34617
|
stackable: boolean;
|
|
34618
|
-
/**
|
|
34618
|
+
/**
|
|
34619
|
+
* Promotioncode
|
|
34620
|
+
* @description visible only when promotion type is promotionalCodes
|
|
34621
|
+
*/
|
|
34619
34622
|
promotionCode: string | null;
|
|
34620
34623
|
status: components["schemas"]["RetrieveInternalStatusChoices"];
|
|
34621
34624
|
approvalStatus: components["schemas"]["ApprovalChoices"];
|
|
@@ -34741,7 +34744,7 @@ export interface components {
|
|
|
34741
34744
|
stackable: boolean;
|
|
34742
34745
|
/**
|
|
34743
34746
|
* Promotioncode
|
|
34744
|
-
* @description required when promotion type is promotionalCodes
|
|
34747
|
+
* @description visible, required, and editable only when promotion type is promotionalCodes
|
|
34745
34748
|
*/
|
|
34746
34749
|
promotionCode?: string;
|
|
34747
34750
|
/**
|
|
@@ -34880,7 +34883,10 @@ export interface components {
|
|
|
34880
34883
|
promotionType: components["schemas"]["PromotionTypes"];
|
|
34881
34884
|
/** Stackable */
|
|
34882
34885
|
stackable: boolean;
|
|
34883
|
-
/**
|
|
34886
|
+
/**
|
|
34887
|
+
* Promotioncode
|
|
34888
|
+
* @description visible only when promotion type is promotionalCodes
|
|
34889
|
+
*/
|
|
34884
34890
|
promotionCode: string | null;
|
|
34885
34891
|
status: components["schemas"]["RetrieveInternalStatusChoices"];
|
|
34886
34892
|
approvalStatus: components["schemas"]["ApprovalChoices"];
|
|
@@ -35027,7 +35033,7 @@ export interface components {
|
|
|
35027
35033
|
stackable: boolean;
|
|
35028
35034
|
/**
|
|
35029
35035
|
* Promotioncode
|
|
35030
|
-
* @description required when promotion type is promotionalCodes
|
|
35036
|
+
* @description visible, required, and editable only when promotion type is promotionalCodes
|
|
35031
35037
|
*/
|
|
35032
35038
|
promotionCode?: string;
|
|
35033
35039
|
/**
|
|
@@ -38827,6 +38833,8 @@ export interface components {
|
|
|
38827
38833
|
id: string;
|
|
38828
38834
|
/** @description Method of sending email: 'sendlayer' or 'smtp' */
|
|
38829
38835
|
method: components["schemas"]["EmailSettingMethodChoices"];
|
|
38836
|
+
/** Brevoapikey */
|
|
38837
|
+
brevoApiKey: string | null;
|
|
38830
38838
|
/**
|
|
38831
38839
|
* Fromemail
|
|
38832
38840
|
* @description From email address (if method is 'brevo')
|