repzo 1.0.81 → 1.0.82
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/lib/types/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/types/index.ts +1 -1
package/lib/types/index.d.ts
CHANGED
|
@@ -6661,7 +6661,7 @@ export declare namespace Service {
|
|
|
6661
6661
|
comment?: string;
|
|
6662
6662
|
business_day?: string;
|
|
6663
6663
|
document_type?: "receiving-material";
|
|
6664
|
-
supplier?: string;
|
|
6664
|
+
supplier?: string | Supplier.SupplierSchema;
|
|
6665
6665
|
createdAt: string;
|
|
6666
6666
|
updatedAt: string;
|
|
6667
6667
|
}
|
package/package.json
CHANGED
package/src/types/index.ts
CHANGED
|
@@ -6663,7 +6663,7 @@ export namespace Service {
|
|
|
6663
6663
|
comment?: string;
|
|
6664
6664
|
business_day?: string;
|
|
6665
6665
|
document_type?: "receiving-material";
|
|
6666
|
-
supplier?: string;
|
|
6666
|
+
supplier?: string | Supplier.SupplierSchema;
|
|
6667
6667
|
createdAt: string;
|
|
6668
6668
|
updatedAt: string;
|
|
6669
6669
|
}
|