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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.81",
3
+ "version": "1.0.82",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "type": "module",
@@ -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
  }