@erp-galoper/types 1.0.321 → 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.
Files changed (2) hide show
  1. package/openapi.ts +11 -5
  2. 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 77a7130f-0580-488b-a8ee-58384fb98ade
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
- /** Promotioncode */
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
- /** Promotioncode */
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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.321",
3
+ "version": "1.0.322",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],