@opexa/portal-sdk 0.0.205 → 0.0.207

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.cts CHANGED
@@ -94,7 +94,7 @@ interface AnnouncementsQueryVariables {
94
94
  };
95
95
  }
96
96
  type GameType$1 = 'SLOTS' | 'SPORTS' | 'FISHING' | 'BINGO' | 'LIVE' | 'GAMES' | 'TABLE' | 'SPECIALTY' | 'NUMERICAL' | 'ARCADE';
97
- type GameProvider$1 = 'JILI' | 'PGSOFT' | 'FACHAI' | 'BTI' | 'DG' | 'PLAYTECH' | 'E2E' | 'EVOLUTION' | 'EVOLUTION_NETENT' | 'EVOLUTION_REDTIGER' | 'MEGABALL' | 'DARWIN' | 'RTG' | 'DRBINGO' | 'HOLLYWOODTV' | 'CQ9' | 'JDB' | 'HABANERO' | 'SPINIX' | 'JOKER' | 'HACKSAW' | 'EVOLUTIONNETENT' | 'JDBGTF' | 'JDBSPRIBE' | 'MICROGAMING' | 'RELAXGAMING' | 'EVOPLAY' | 'BOOONGO' | 'BGAMING' | 'KINGMAKER' | 'KINGMIDAS' | 'YELLOWBAT' | 'SABA' | 'PRAGMATICPLAY' | 'SPRIBE' | 'EZUGI';
97
+ type GameProvider$1 = 'JILI' | 'PGSOFT' | 'FACHAI' | 'BTI' | 'DG' | 'PLAYTECH' | 'E2E' | 'EVOLUTION' | 'EVOLUTION_NETENT' | 'EVOLUTION_REDTIGER' | 'MEGABALL' | 'MEGA2SPIN' | 'DARWIN' | 'RTG' | 'DRBINGO' | 'HOLLYWOODTV' | 'CQ9' | 'JDB' | 'HABANERO' | 'SPINIX' | 'JOKER' | 'HACKSAW' | 'EVOLUTIONNETENT' | 'JDBGTF' | 'JDBSPRIBE' | 'MICROGAMING' | 'RELAXGAMING' | 'EVOPLAY' | 'BOOONGO' | 'BGAMING' | 'KINGMAKER' | 'KINGMIDAS' | 'YELLOWBAT' | 'SABA' | 'PRAGMATICPLAY' | 'SPRIBE' | 'EZUGI';
98
98
  type GameTag$1 = 'HOT' | 'hot' | 'NEW' | 'new' | 'TOP' | 'top' | 'POPULAR' | 'popular' | (string & {});
99
99
  interface GamesQueryVariables {
100
100
  after?: string;
@@ -1014,6 +1014,9 @@ interface GatewaySettings {
1014
1014
  bankAccountNumber?: string;
1015
1015
  bankIFSCCode?: string;
1016
1016
  upiId?: string;
1017
+ upiQRCode?: Extract<File, {
1018
+ status: 'READY';
1019
+ }> | null;
1017
1020
  }
1018
1021
  interface PaymentSettings {
1019
1022
  minimumFirstDepositAmount?: number;
package/dist/index.d.ts CHANGED
@@ -94,7 +94,7 @@ interface AnnouncementsQueryVariables {
94
94
  };
95
95
  }
96
96
  type GameType$1 = 'SLOTS' | 'SPORTS' | 'FISHING' | 'BINGO' | 'LIVE' | 'GAMES' | 'TABLE' | 'SPECIALTY' | 'NUMERICAL' | 'ARCADE';
97
- type GameProvider$1 = 'JILI' | 'PGSOFT' | 'FACHAI' | 'BTI' | 'DG' | 'PLAYTECH' | 'E2E' | 'EVOLUTION' | 'EVOLUTION_NETENT' | 'EVOLUTION_REDTIGER' | 'MEGABALL' | 'DARWIN' | 'RTG' | 'DRBINGO' | 'HOLLYWOODTV' | 'CQ9' | 'JDB' | 'HABANERO' | 'SPINIX' | 'JOKER' | 'HACKSAW' | 'EVOLUTIONNETENT' | 'JDBGTF' | 'JDBSPRIBE' | 'MICROGAMING' | 'RELAXGAMING' | 'EVOPLAY' | 'BOOONGO' | 'BGAMING' | 'KINGMAKER' | 'KINGMIDAS' | 'YELLOWBAT' | 'SABA' | 'PRAGMATICPLAY' | 'SPRIBE' | 'EZUGI';
97
+ type GameProvider$1 = 'JILI' | 'PGSOFT' | 'FACHAI' | 'BTI' | 'DG' | 'PLAYTECH' | 'E2E' | 'EVOLUTION' | 'EVOLUTION_NETENT' | 'EVOLUTION_REDTIGER' | 'MEGABALL' | 'MEGA2SPIN' | 'DARWIN' | 'RTG' | 'DRBINGO' | 'HOLLYWOODTV' | 'CQ9' | 'JDB' | 'HABANERO' | 'SPINIX' | 'JOKER' | 'HACKSAW' | 'EVOLUTIONNETENT' | 'JDBGTF' | 'JDBSPRIBE' | 'MICROGAMING' | 'RELAXGAMING' | 'EVOPLAY' | 'BOOONGO' | 'BGAMING' | 'KINGMAKER' | 'KINGMIDAS' | 'YELLOWBAT' | 'SABA' | 'PRAGMATICPLAY' | 'SPRIBE' | 'EZUGI';
98
98
  type GameTag$1 = 'HOT' | 'hot' | 'NEW' | 'new' | 'TOP' | 'top' | 'POPULAR' | 'popular' | (string & {});
99
99
  interface GamesQueryVariables {
100
100
  after?: string;
@@ -1014,6 +1014,9 @@ interface GatewaySettings {
1014
1014
  bankAccountNumber?: string;
1015
1015
  bankIFSCCode?: string;
1016
1016
  upiId?: string;
1017
+ upiQRCode?: Extract<File, {
1018
+ status: 'READY';
1019
+ }> | null;
1017
1020
  }
1018
1021
  interface PaymentSettings {
1019
1022
  minimumFirstDepositAmount?: number;
package/dist/index.js CHANGED
@@ -1439,6 +1439,10 @@ var PAYMENT_SETTINGS_QUERY = gql`
1439
1439
  mobileWebEnabled
1440
1440
  androidEnabled
1441
1441
  iosEnabled
1442
+ upiQRCode {
1443
+ id
1444
+ url
1445
+ }
1442
1446
  }
1443
1447
 
1444
1448
  fragment WithdrawalGatewaySettingsCoreData on WithdrawalGatewaySettings {
@@ -4293,7 +4297,8 @@ var Transformer = class {
4293
4297
  mobileWebEnabled: data.manualUPIDepositGatewaySettings?.mobileWebEnabled ?? false,
4294
4298
  minimumAmount: parseDecimal(data.manualUPIDepositGatewaySettings?.minimumAmount),
4295
4299
  maximumAmount: parseDecimal(data.manualUPIDepositGatewaySettings?.maximumAmount),
4296
- upiId: data.manualUPIDepositGatewaySettings?.upiId
4300
+ upiId: data.manualUPIDepositGatewaySettings?.upiId,
4301
+ upiQRCode: !data.manualUPIDepositGatewaySettings?.upiQRCode ? null : this.file(data.manualUPIDepositGatewaySettings.upiQRCode)
4297
4302
  }
4298
4303
  },
4299
4304
  withdrawalGateway: {
@@ -4458,7 +4463,8 @@ var Transformer = class {
4458
4463
  mobileWebEnabled: data.manualUPIDepositGatewaySettings?.mobileWebEnabled ?? false,
4459
4464
  minimumAmount: parseDecimal(data.manualUPIDepositGatewaySettings?.minimumAmount),
4460
4465
  maximumAmount: parseDecimal(data.manualUPIDepositGatewaySettings?.maximumAmount),
4461
- upiId: data.manualUPIDepositGatewaySettings?.upiId
4466
+ upiId: data.manualUPIDepositGatewaySettings?.upiId,
4467
+ upiQRCode: !data.manualUPIDepositGatewaySettings?.upiQRCode ? null : this.file(data.manualUPIDepositGatewaySettings.upiQRCode)
4462
4468
  }
4463
4469
  },
4464
4470
  withdrawalGateway: {