@erp-galoper/types 1.0.1841 → 1.0.1842

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 +40 -0
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -43273,6 +43273,16 @@ export interface components {
43273
43273
  * @description - this field is number
43274
43274
  */
43275
43275
  remaining?: string | null;
43276
+ /**
43277
+ * Companyremaining
43278
+ * @description remaining amount in company currency
43279
+ */
43280
+ companyRemaining?: string | null;
43281
+ /**
43282
+ * Secondaryremaining
43283
+ * @description remaining amount in secondary currency
43284
+ */
43285
+ secondaryRemaining?: string | null;
43276
43286
  /** Linkeddocuments */
43277
43287
  linkedDocuments?: {
43278
43288
  [key: string]: components["schemas"]["LinkedDocumentsSchema"];
@@ -44184,6 +44194,16 @@ export interface components {
44184
44194
  * @description - this field is number
44185
44195
  */
44186
44196
  remaining?: string | null;
44197
+ /**
44198
+ * Companyremaining
44199
+ * @description remaining amount in company currency
44200
+ */
44201
+ companyRemaining?: string | null;
44202
+ /**
44203
+ * Secondaryremaining
44204
+ * @description remaining amount in secondary currency
44205
+ */
44206
+ secondaryRemaining?: string | null;
44187
44207
  /** Linkeddocuments */
44188
44208
  linkedDocuments?: {
44189
44209
  [key: string]: components["schemas"]["LinkedDocumentsSchema"];
@@ -44406,6 +44426,16 @@ export interface components {
44406
44426
  * @description - this field is number
44407
44427
  */
44408
44428
  remaining?: string | null;
44429
+ /**
44430
+ * Companyremaining
44431
+ * @description remaining amount in company currency
44432
+ */
44433
+ companyRemaining?: string | null;
44434
+ /**
44435
+ * Secondaryremaining
44436
+ * @description remaining amount in secondary currency
44437
+ */
44438
+ secondaryRemaining?: string | null;
44409
44439
  /** Linkeddocuments */
44410
44440
  linkedDocuments?: {
44411
44441
  [key: string]: components["schemas"]["LinkedDocumentsSchema"];
@@ -45570,6 +45600,16 @@ export interface components {
45570
45600
  * @description - this field is number
45571
45601
  */
45572
45602
  remaining?: string | null;
45603
+ /**
45604
+ * Companyremaining
45605
+ * @description remaining amount in company currency
45606
+ */
45607
+ companyRemaining?: string | null;
45608
+ /**
45609
+ * Secondaryremaining
45610
+ * @description remaining amount in secondary currency
45611
+ */
45612
+ secondaryRemaining?: string | null;
45573
45613
  /** Linkeddocuments */
45574
45614
  linkedDocuments?: {
45575
45615
  [key: string]: components["schemas"]["LinkedDocumentsSchema"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1841",
3
+ "version": "1.0.1842",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],