@erp-galoper/types 1.0.1481 → 1.0.1483
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 +10 -1
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -31660,7 +31660,7 @@ export interface components {
|
|
|
31660
31660
|
* Format: uuid
|
|
31661
31661
|
*/
|
|
31662
31662
|
id: string;
|
|
31663
|
-
item: components["schemas"]["
|
|
31663
|
+
item: components["schemas"]["ItemSchema"];
|
|
31664
31664
|
itemPackage: components["schemas"]["ItemPackageSummarySchema"] | null;
|
|
31665
31665
|
unitOfMeasure: components["schemas"]["UnitOfMeasureSummaryInfo"];
|
|
31666
31666
|
/** Quantity */
|
|
@@ -42805,6 +42805,15 @@ export interface components {
|
|
|
42805
42805
|
};
|
|
42806
42806
|
/** GoodsReceiptNoteSchema */
|
|
42807
42807
|
GoodsReceiptNoteSchema: {
|
|
42808
|
+
/**
|
|
42809
|
+
* Datecreated
|
|
42810
|
+
* Format: date-time
|
|
42811
|
+
*/
|
|
42812
|
+
dateCreated: string;
|
|
42813
|
+
/** Datemodified */
|
|
42814
|
+
dateModified: string | null;
|
|
42815
|
+
createdBy: components["schemas"]["RecordUserSchema"];
|
|
42816
|
+
modifiedBy: components["schemas"]["RecordUserSchema"] | null;
|
|
42808
42817
|
/**
|
|
42809
42818
|
* Id
|
|
42810
42819
|
* Format: uuid
|