@erp-galoper/types 1.0.1859 → 1.0.1861

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 +58 -46
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -33412,6 +33412,10 @@ export interface components {
33412
33412
  group: components["schemas"]["CustomerGroupInfoSchema"];
33413
33413
  city?: components["schemas"]["CommonCity"] | null;
33414
33414
  region: components["schemas"]["RegionCommonSchema"] | null;
33415
+ /** Country */
33416
+ country?: string | null;
33417
+ /** Address */
33418
+ address?: string | null;
33415
33419
  /**
33416
33420
  * Attachments
33417
33421
  * @default []
@@ -34393,6 +34397,12 @@ export interface components {
34393
34397
  phone1?: string | null;
34394
34398
  /** Phone2 */
34395
34399
  phone2?: string | null;
34400
+ city?: components["schemas"]["CommonCity"] | null;
34401
+ region: components["schemas"]["RegionCommonSchema"] | null;
34402
+ /** Country */
34403
+ country?: string | null;
34404
+ /** Address */
34405
+ address?: string | null;
34396
34406
  /**
34397
34407
  * Attachments
34398
34408
  * @default []
@@ -58874,10 +58884,10 @@ export interface components {
58874
58884
  /** DetailedMovementSummarySchema */
58875
58885
  DetailedMovementSummarySchema: {
58876
58886
  /**
58877
- * Openingbalance
58887
+ * Openingquantity
58878
58888
  * @default 0
58879
58889
  */
58880
- openingBalance: number;
58890
+ openingQuantity: number;
58881
58891
  /**
58882
58892
  * Inwardmovements
58883
58893
  * @default 0
@@ -58889,10 +58899,10 @@ export interface components {
58889
58899
  */
58890
58900
  outwardMovements: number;
58891
58901
  /**
58892
- * Closingbalance
58902
+ * Closingquantity
58893
58903
  * @default 0
58894
58904
  */
58895
- closingBalance: number;
58905
+ closingQuantity: number;
58896
58906
  };
58897
58907
  /** DocumentAccount */
58898
58908
  DocumentAccount: {
@@ -58957,48 +58967,8 @@ export interface components {
58957
58967
  * @default []
58958
58968
  */
58959
58969
  packedMovements: components["schemas"]["PackedMovementsGroupSchema"][];
58960
- summary: components["schemas"]["ItemMovementSummarySchema"];
58961
- };
58962
- /** ItemMovementSummarySchema */
58963
- ItemMovementSummarySchema: {
58964
- /**
58965
- * Openingbalance
58966
- * @default 0
58967
- */
58968
- openingBalance: number;
58969
- /**
58970
- * @default {
58971
- * "opening_balance": 0,
58972
- * "inward_movements": 0,
58973
- * "outward_movements": 0,
58974
- * "closing_balance": 0
58975
- * }
58976
- */
58977
- unpacked: components["schemas"]["DetailedMovementSummarySchema"];
58978
- /**
58979
- * @default {
58980
- * "opening_balance": 0,
58981
- * "inward_movements": 0,
58982
- * "outward_movements": 0,
58983
- * "closing_balance": 0
58984
- * }
58985
- */
58986
- packed: components["schemas"]["DetailedMovementSummarySchema"];
58987
- /**
58988
- * Closingbalance
58989
- * @default 0
58990
- */
58991
- closingBalance: number;
58992
- /**
58993
- * Totalinward
58994
- * @default 0
58995
- */
58996
- totalInward: number;
58997
- /**
58998
- * Totaloutward
58999
- * @default 0
59000
- */
59001
- totalOutward: number;
58970
+ /** Summary */
58971
+ summary: components["schemas"]["UOMMovementSummarySchema"][];
59002
58972
  };
59003
58973
  /**
59004
58974
  * MovementAccountType
@@ -59053,6 +59023,48 @@ export interface components {
59053
59023
  */
59054
59024
  movements: components["schemas"]["MovementTransactionSchema"][];
59055
59025
  };
59026
+ /** UOMMovementSummarySchema */
59027
+ UOMMovementSummarySchema: {
59028
+ unitOfMeasure: components["schemas"]["UnitOfMeasureSchema"];
59029
+ /**
59030
+ * Openingquantity
59031
+ * @default 0
59032
+ */
59033
+ openingQuantity: number;
59034
+ /**
59035
+ * @default {
59036
+ * "opening_quantity": 0,
59037
+ * "inward_movements": 0,
59038
+ * "outward_movements": 0,
59039
+ * "closing_quantity": 0
59040
+ * }
59041
+ */
59042
+ unpacked: components["schemas"]["DetailedMovementSummarySchema"];
59043
+ /**
59044
+ * @default {
59045
+ * "opening_quantity": 0,
59046
+ * "inward_movements": 0,
59047
+ * "outward_movements": 0,
59048
+ * "closing_quantity": 0
59049
+ * }
59050
+ */
59051
+ packed: components["schemas"]["DetailedMovementSummarySchema"];
59052
+ /**
59053
+ * Closingquantity
59054
+ * @default 0
59055
+ */
59056
+ closingQuantity: number;
59057
+ /**
59058
+ * Totalinward
59059
+ * @default 0
59060
+ */
59061
+ totalInward: number;
59062
+ /**
59063
+ * Totaloutward
59064
+ * @default 0
59065
+ */
59066
+ totalOutward: number;
59067
+ };
59056
59068
  /** UnpackedMovementsGroupSchema */
59057
59069
  UnpackedMovementsGroupSchema: {
59058
59070
  unitOfMeasure: components["schemas"]["UnitOfMeasureSchema"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1859",
3
+ "version": "1.0.1861",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],