@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.
- package/openapi.ts +5 -0
- 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
|