@opexa/portal-sdk 0.3.0 → 0.4.0

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.js CHANGED
@@ -354,6 +354,9 @@ var CREATE_GCASH_WITHDRAWAL_MUTATION = gql`
354
354
  ... on ReCAPTCHAVerificationFailedError {
355
355
  __typename
356
356
  }
357
+ ... on WalletDoesNotExistError {
358
+ __typename
359
+ }
357
360
  }
358
361
  }
359
362
  `;
@@ -378,6 +381,9 @@ var CREATE_MAYA_WITHDRAWAL_MUTATION = gql`
378
381
  ... on WithdrawalDailyLimitExceededError {
379
382
  __typename
380
383
  }
384
+ ... on WalletDoesNotExistError {
385
+ __typename
386
+ }
381
387
  }
382
388
  }
383
389
  `;
@@ -399,6 +405,9 @@ var CREATE_MAYA_APP_WITHDRAWAL_MUTATION = gql`
399
405
  ... on WithdrawalDailyLimitExceededError {
400
406
  __typename
401
407
  }
408
+ ... on WalletDoesNotExistError {
409
+ __typename
410
+ }
402
411
  }
403
412
  }
404
413
  `;
@@ -429,6 +438,9 @@ var CREATE_AIO_INSTAPAY_WITHDRAWAL_MUTATION = gql`
429
438
  ... on NotEnoughBalanceError {
430
439
  __typename
431
440
  }
441
+ ... on WalletDoesNotExistError {
442
+ __typename
443
+ }
432
444
  }
433
445
  }
434
446
  `;
@@ -447,6 +459,9 @@ var CREATE_MANUAL_UPI_WITHDRAWAL_MUTATION = gql`
447
459
  ... on NotEnoughBalanceError {
448
460
  __typename
449
461
  }
462
+ ... on WalletDoesNotExistError {
463
+ __typename
464
+ }
450
465
  }
451
466
  }
452
467
  `;
@@ -465,6 +480,9 @@ var CREATE_MANUAL_BANK_WITHDRAWAL_MUTATION = gql`
465
480
  ... on NotEnoughBalanceError {
466
481
  __typename
467
482
  }
483
+ ... on WalletDoesNotExistError {
484
+ __typename
485
+ }
468
486
  }
469
487
  }
470
488
  `;