@opexa/portal-sdk 0.0.212 → 0.0.213

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 CHANGED
@@ -294,6 +294,32 @@ var WITHDRAWAL_RECORDS_QUERY = gql`
294
294
  dateTimeCreated
295
295
  dateTimeLastUpdated
296
296
  }
297
+ ... on ManualUPIWithdrawalRecord {
298
+ id
299
+ type
300
+ fee
301
+ netAmount
302
+ reference
303
+ amount
304
+ status
305
+ error
306
+ withdrawalNumber
307
+ dateTimeCreated
308
+ dateTimeLastUpdated
309
+ }
310
+ ... on ManualBankWithdrawalRecord {
311
+ id
312
+ type
313
+ fee
314
+ netAmount
315
+ reference
316
+ amount
317
+ status
318
+ error
319
+ withdrawalNumber
320
+ dateTimeCreated
321
+ dateTimeLastUpdated
322
+ }
297
323
  }
298
324
  }
299
325
  totalCount