@connect-plus-online/ogabai-integrations 0.0.85 → 0.0.86

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/dist/index.d.mts CHANGED
@@ -247,7 +247,7 @@ interface TransactionCounts {
247
247
  totalTxToday: number;
248
248
  }
249
249
  type UserStatus = "active" | "suspended" | "inactive";
250
- type UserType = "manufacturer" | "distributor" | "admin";
250
+ type UserType = "manufacturer" | "distributor" | "admin" | "retail";
251
251
  interface Manufacturer {
252
252
  _id: string;
253
253
  userId: string;
package/dist/index.d.ts CHANGED
@@ -247,7 +247,7 @@ interface TransactionCounts {
247
247
  totalTxToday: number;
248
248
  }
249
249
  type UserStatus = "active" | "suspended" | "inactive";
250
- type UserType = "manufacturer" | "distributor" | "admin";
250
+ type UserType = "manufacturer" | "distributor" | "admin" | "retail";
251
251
  interface Manufacturer {
252
252
  _id: string;
253
253
  userId: string;