randmar-api-client 1.342.0 → 1.344.0

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.
@@ -4298,6 +4298,7 @@ export type Manufacturer = {
4298
4298
  Status?: string | null;
4299
4299
  AmazonStrategy?: string | null;
4300
4300
  TransactionalWebsite?: boolean;
4301
+ CompanyVision?: boolean;
4301
4302
  };
4302
4303
  export type Statement = {
4303
4304
  Over0?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.342.0",
3
+ "version": "1.344.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",