@erp-galoper/types 1.0.587 → 1.0.589

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 +12 -12
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -27521,7 +27521,7 @@ export interface components {
27521
27521
  /**
27522
27522
  * Id
27523
27523
  * Format: uuid
27524
- * @example 172c4db8-170f-4a0e-9ac8-8145c423d88d
27524
+ * @example 78da4acb-b7cf-46c5-8f6e-f6856c6f8036
27525
27525
  */
27526
27526
  id: string;
27527
27527
  /**
@@ -38797,40 +38797,40 @@ export interface components {
38797
38797
  */
38798
38798
  returnable: boolean;
38799
38799
  /**
38800
- * Deposit Charge
38800
+ * Depositcharge
38801
38801
  * @description Deposit charge of the package
38802
38802
  */
38803
- deposit_charge: number | null;
38803
+ depositCharge: number | null;
38804
38804
  /** @description Currency of the deposit charge */
38805
- deposit_charge_currency: components["schemas"]["CurrencySummaryInfo"] | null;
38805
+ depositChargeCurrency: components["schemas"]["CurrencySummaryInfo"] | null;
38806
38806
  /**
38807
38807
  * Length
38808
38808
  * @description Length of the package
38809
38809
  */
38810
38810
  length: number | null;
38811
38811
  /** @description Length unit of the package */
38812
- length_unit: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
38812
+ lengthUnit: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
38813
38813
  /**
38814
38814
  * Width
38815
38815
  * @description Width of the package
38816
38816
  */
38817
38817
  width: number | null;
38818
38818
  /** @description Width unit of the package */
38819
- width_unit: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
38819
+ widthUnit: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
38820
38820
  /**
38821
38821
  * Height
38822
38822
  * @description Height of the package
38823
38823
  */
38824
38824
  height: number | null;
38825
38825
  /** @description Height unit of the package */
38826
- height_unit: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
38826
+ heightUnit: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
38827
38827
  /**
38828
38828
  * Volume
38829
38829
  * @description Volume of the package
38830
38830
  */
38831
38831
  volume: number | null;
38832
38832
  /** @description Volume unit of the package */
38833
- volume_unit: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
38833
+ volumeUnit: components["schemas"]["UnitOfMeasureSummaryInfo"] | null;
38834
38834
  /**
38835
38835
  * @description Category of the package
38836
38836
  * @default primary
@@ -38875,15 +38875,15 @@ export interface components {
38875
38875
  */
38876
38876
  returnable: boolean;
38877
38877
  /**
38878
- * Deposit Charge
38878
+ * Depositcharge
38879
38879
  * @description it is required when the package returnable package paid is enabled in settings
38880
38880
  */
38881
- deposit_charge?: number;
38881
+ depositCharge?: number;
38882
38882
  /**
38883
- * Deposit Charge Currency
38883
+ * Depositchargecurrency
38884
38884
  * @description Currency of the deposit charge, only company currency or USD
38885
38885
  */
38886
- deposit_charge_currency?: number;
38886
+ depositChargeCurrency?: number;
38887
38887
  /**
38888
38888
  * Length
38889
38889
  * @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.587",
3
+ "version": "1.0.589",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],