@erp-galoper/types 1.0.1462 → 1.0.1463

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 +5 -0
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -54849,6 +54849,11 @@ export interface components {
54849
54849
  /** MovementTransactionSchema */
54850
54850
  MovementTransactionSchema: {
54851
54851
  documentType?: components["schemas"]["CombinedModelName"] | null;
54852
+ /**
54853
+ * Documentid
54854
+ * @description ID of the source document (can be integer or UUID)
54855
+ */
54856
+ documentId?: number | string | null;
54852
54857
  /**
54853
54858
  * Movementdate
54854
54859
  * Format: date
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1462",
3
+ "version": "1.0.1463",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],