@erp-galoper/types 1.0.1820 → 1.0.1821

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 +0 -34
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -40740,8 +40740,6 @@ export interface components {
40740
40740
  * @description show usd total when multi currency is active and company is lebanon
40741
40741
  */
40742
40742
  usdTotal: number;
40743
- /** Remainingbalance */
40744
- remainingBalance: number;
40745
40743
  /** Payments */
40746
40744
  payments: components["schemas"]["RetrieveAdvancePaymentItemsResponse"][];
40747
40745
  };
@@ -44427,11 +44425,6 @@ export interface components {
44427
44425
  * @description field is number
44428
44426
  */
44429
44427
  usdTotal: string;
44430
- /**
44431
- * Remainingbalance
44432
- * @description field is number
44433
- */
44434
- remainingBalance: string;
44435
44428
  /** Payments */
44436
44429
  payments: components["schemas"]["PaymentVoucherWithEquivalentResponse"][];
44437
44430
  };
@@ -47620,11 +47613,6 @@ export interface components {
47620
47613
  * @description This field is number
47621
47614
  */
47622
47615
  secondaryTotal: string;
47623
- /**
47624
- * Remainingbalance
47625
- * @description This field is number
47626
- */
47627
- remainingBalance: string;
47628
47616
  };
47629
47617
  /** EquivalentAmountWithRemainingResponse */
47630
47618
  EquivalentAmountWithRemainingResponse: {
@@ -50465,11 +50453,6 @@ export interface components {
50465
50453
  * @description field is number
50466
50454
  */
50467
50455
  usdTotal: string;
50468
- /**
50469
- * Remainingbalance
50470
- * @description field is number
50471
- */
50472
- remainingBalance: string;
50473
50456
  /** Payments */
50474
50457
  payments: components["schemas"]["RefundVoucherPaymentWithEquivalentResponse"][];
50475
50458
  };
@@ -51322,11 +51305,6 @@ export interface components {
51322
51305
  * @description field is number
51323
51306
  */
51324
51307
  usdTotal: string;
51325
- /**
51326
- * Remainingbalance
51327
- * @description field is number
51328
- */
51329
- remainingBalance: string;
51330
51308
  /** Items */
51331
51309
  items: components["schemas"]["DownPaymentEquivalentResponse"][];
51332
51310
  };
@@ -53453,11 +53431,6 @@ export interface components {
53453
53431
  * @description field is number
53454
53432
  */
53455
53433
  secondaryTotal: string;
53456
- /**
53457
- * Remainingbalance
53458
- * @description field is number
53459
- */
53460
- remainingBalance: string;
53461
53434
  /** Payments */
53462
53435
  payments: components["schemas"]["PaymentWithEquivalentResponse"][];
53463
53436
  };
@@ -56668,11 +56641,6 @@ export interface components {
56668
56641
  * @description field is number
56669
56642
  */
56670
56643
  secondaryTotal: string;
56671
- /**
56672
- * Remainingbalance
56673
- * @description field is number
56674
- */
56675
- remainingBalance: string;
56676
56644
  /** Payments */
56677
56645
  payments: components["schemas"]["SalesRefundVoucherPaymentWithEquivalentResponse"][];
56678
56646
  };
@@ -62207,8 +62175,6 @@ export interface components {
62207
62175
  primaryTotal: string;
62208
62176
  /** Secondarytotal */
62209
62177
  secondaryTotal: string;
62210
- /** Remainingbalance */
62211
- remainingBalance: string;
62212
62178
  /**
62213
62179
  * Items
62214
62180
  * @default []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1820",
3
+ "version": "1.0.1821",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],