@erp-galoper/types 1.0.593 → 1.0.595

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 +14 -7
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -27522,7 +27522,7 @@ export interface components {
27522
27522
  /**
27523
27523
  * Id
27524
27524
  * Format: uuid
27525
- * @example ff5057a9-4349-4391-bc99-2ab599a5828f
27525
+ * @example 3aa8b7f7-27bf-46df-9e68-524abe860c53
27526
27526
  */
27527
27527
  id: string;
27528
27528
  /**
@@ -38876,15 +38876,22 @@ export interface components {
38876
38876
  */
38877
38877
  returnable: boolean;
38878
38878
  /**
38879
- * Depositcharge
38880
- * @description it is required when the package returnable package paid is enabled in settings
38879
+ * Deposit Charge
38880
+ * @description
38881
+ * - visible when returnable is true
38882
+ * - required when field isReturnablePackagePaid is enabled in sales settings
38883
+ *
38881
38884
  */
38882
- depositCharge?: number;
38885
+ deposit_charge?: number;
38883
38886
  /**
38884
- * Depositchargecurrency
38885
- * @description Currency of the deposit charge, only company currency or USD
38887
+ * Deposit Charge Currency
38888
+ * @description
38889
+ * - Currency of the deposit charge, only company currency or USD
38890
+ * - visible when returnable is true
38891
+ * - required when field isReturnablePackagePaid is enabled in sales settings
38892
+ *
38886
38893
  */
38887
- depositChargeCurrency?: number;
38894
+ deposit_charge_currency?: number;
38888
38895
  /**
38889
38896
  * Length
38890
38897
  * @description Length of the package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.593",
3
+ "version": "1.0.595",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],