@connect-plus-online/ogabai-integrations 0.0.86 → 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
@@ -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
@@ -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",