@erp-galoper/types 1.0.699 → 1.0.700
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 -5
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -27558,7 +27558,7 @@ export interface components {
|
|
|
27558
27558
|
/**
|
|
27559
27559
|
* Id
|
|
27560
27560
|
* Format: uuid
|
|
27561
|
-
* @example
|
|
27561
|
+
* @example 6f0e3473-2395-4f14-bc13-359543e80d3d
|
|
27562
27562
|
*/
|
|
27563
27563
|
id: string;
|
|
27564
27564
|
/**
|
|
@@ -38956,22 +38956,22 @@ export interface components {
|
|
|
38956
38956
|
*/
|
|
38957
38957
|
returnable: boolean;
|
|
38958
38958
|
/**
|
|
38959
|
-
*
|
|
38959
|
+
* Depositcharge
|
|
38960
38960
|
* @description
|
|
38961
38961
|
* - visible when returnable is true
|
|
38962
38962
|
* - required when field isReturnablePackagePaid is enabled in sales settings
|
|
38963
38963
|
*
|
|
38964
38964
|
*/
|
|
38965
|
-
|
|
38965
|
+
depositCharge?: number;
|
|
38966
38966
|
/**
|
|
38967
|
-
*
|
|
38967
|
+
* Depositchargecurrency
|
|
38968
38968
|
* @description
|
|
38969
38969
|
* - Currency of the deposit charge, only company currency or USD
|
|
38970
38970
|
* - visible when returnable is true
|
|
38971
38971
|
* - required when field isReturnablePackagePaid is enabled in sales settings
|
|
38972
38972
|
*
|
|
38973
38973
|
*/
|
|
38974
|
-
|
|
38974
|
+
depositChargeCurrency?: number;
|
|
38975
38975
|
/**
|
|
38976
38976
|
* Length
|
|
38977
38977
|
* @description Length of the package
|