@erp-galoper/types 1.0.593 → 1.0.594
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 +14 -7
- 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
|
|
27525
|
+
* @example 6bb1c275-2990-45d5-9897-a7edd1d91520
|
|
27526
27526
|
*/
|
|
27527
27527
|
id: string;
|
|
27528
27528
|
/**
|
|
@@ -38876,15 +38876,22 @@ export interface components {
|
|
|
38876
38876
|
*/
|
|
38877
38877
|
returnable: boolean;
|
|
38878
38878
|
/**
|
|
38879
|
-
*
|
|
38880
|
-
* @description
|
|
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
|
-
|
|
38885
|
+
deposit_charge?: number;
|
|
38883
38886
|
/**
|
|
38884
|
-
*
|
|
38885
|
-
* @description
|
|
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
|
-
|
|
38894
|
+
deposit_charge_currency?: number;
|
|
38888
38895
|
/**
|
|
38889
38896
|
* Length
|
|
38890
38897
|
* @description Length of the package
|