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

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;
@@ -388,6 +388,7 @@ type Transaction = {
388
388
  storeId: string;
389
389
  customerId: string;
390
390
  transactionType: TransactionType;
391
+ createdById: string;
391
392
  };
392
393
  type OrderStatus = "pending" | "processing" | "routing" | "delivered";
393
394
  type Order = {
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;
@@ -388,6 +388,7 @@ type Transaction = {
388
388
  storeId: string;
389
389
  customerId: string;
390
390
  transactionType: TransactionType;
391
+ createdById: string;
391
392
  };
392
393
  type OrderStatus = "pending" | "processing" | "routing" | "delivered";
393
394
  type Order = {
package/dist/index.esm.js CHANGED
@@ -3223,6 +3223,7 @@ var transactionQuery = [
3223
3223
  "amountPaid",
3224
3224
  "amountTotal",
3225
3225
  "createdAt",
3226
+ "createdById",
3226
3227
  "from",
3227
3228
  "fromWallet",
3228
3229
  "isCredit",