@connect-plus-online/ogabai-integrations 0.0.98 → 0.0.99

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.cjs.js CHANGED
@@ -3275,7 +3275,10 @@ var transactionQuery = [
3275
3275
  "toWallet",
3276
3276
  "txStatus",
3277
3277
  "customerId",
3278
- "transactionType"
3278
+ "transactionType",
3279
+ "expenseId",
3280
+ "expenseReceiptUrl",
3281
+ "narration"
3279
3282
  ];
3280
3283
  var orderQuery = [
3281
3284
  "_id",
@@ -3831,6 +3834,7 @@ var createExpenseDispenseService = (client) => {
3831
3834
  const transaction = await transactionService.addTransaction({
3832
3835
  transaction: {
3833
3836
  transactionType: "expense",
3837
+ platform,
3834
3838
  amountPaid,
3835
3839
  narration,
3836
3840
  createdById,