@erp-galoper/types 1.0.1758 → 1.0.1760

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 +30 -0
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -53627,6 +53627,16 @@ export interface components {
53627
53627
  * @description this field is number
53628
53628
  */
53629
53629
  remaining?: string | null;
53630
+ /**
53631
+ * Companyremaining
53632
+ * @description remaining amount in company currency
53633
+ */
53634
+ companyRemaining?: string | null;
53635
+ /**
53636
+ * Secondaryremaining
53637
+ * @description remaining amount in secondary currency
53638
+ */
53639
+ secondaryRemaining?: string | null;
53630
53640
  paymentTerms: components["schemas"]["PaymentTermsEnumSchema"];
53631
53641
  /** Linkeddocuments */
53632
53642
  linkedDocuments?: {
@@ -54238,6 +54248,16 @@ export interface components {
54238
54248
  * @description this field is number
54239
54249
  */
54240
54250
  remaining?: string | null;
54251
+ /**
54252
+ * Companyremaining
54253
+ * @description remaining amount in company currency
54254
+ */
54255
+ companyRemaining?: string | null;
54256
+ /**
54257
+ * Secondaryremaining
54258
+ * @description remaining amount in secondary currency
54259
+ */
54260
+ secondaryRemaining?: string | null;
54241
54261
  paymentTerms: components["schemas"]["PaymentTermsEnumSchema"];
54242
54262
  /** Linkeddocuments */
54243
54263
  linkedDocuments?: {
@@ -54511,6 +54531,16 @@ export interface components {
54511
54531
  * @description this field is number
54512
54532
  */
54513
54533
  remaining?: string | null;
54534
+ /**
54535
+ * Companyremaining
54536
+ * @description remaining amount in company currency
54537
+ */
54538
+ companyRemaining?: string | null;
54539
+ /**
54540
+ * Secondaryremaining
54541
+ * @description remaining amount in secondary currency
54542
+ */
54543
+ secondaryRemaining?: string | null;
54514
54544
  paymentTerms: components["schemas"]["PaymentTermsEnumSchema"];
54515
54545
  /** Linkeddocuments */
54516
54546
  linkedDocuments?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1758",
3
+ "version": "1.0.1760",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],