randmar-api-client 1.380.0 → 1.382.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.
@@ -4431,6 +4431,7 @@ export type Vendor = {
4431
4431
  Province?: string | null;
4432
4432
  PublicName?: string | null;
4433
4433
  TermsCode?: string | null;
4434
+ TermsDescription?: string | null;
4434
4435
  VendorCode?: string | null;
4435
4436
  VendorGroup?: string | null;
4436
4437
  VendorGroupName?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "randmar-api-client",
3
- "version": "1.380.0",
3
+ "version": "1.382.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",