@ludo.ninja/api 3.0.32 → 3.0.34

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.
@@ -22,6 +22,7 @@ export type Scalars = {
22
22
  export type IAssetData = {
23
23
  assetId: Scalars['String'];
24
24
  rank?: Maybe<Scalars['Float']>;
25
+ rankVersion?: Maybe<Scalars['String']>;
25
26
  };
26
27
 
27
28
  export type IBrand = {
@@ -44,6 +45,7 @@ export type ICollectionData = {
44
45
  collectionId: Scalars['String'];
45
46
  title?: Maybe<Scalars['String']>;
46
47
  rank?: Maybe<Scalars['Float']>;
48
+ rankVersion?: Maybe<Scalars['String']>;
47
49
  createdAt?: Maybe<Scalars['Long']>;
48
50
  itemsNum?: Maybe<Scalars['String']>;
49
51
  holdersNum?: Maybe<Scalars['String']>;
@@ -67,6 +69,7 @@ export type ICollectionRank = {
67
69
  id?: Maybe<Scalars['String']>;
68
70
  collectionTitle?: Maybe<Scalars['String']>;
69
71
  rank?: Maybe<Scalars['Float']>;
72
+ rankVersion?: Maybe<Scalars['String']>;
70
73
  };
71
74
 
72
75
 
@@ -132,6 +135,7 @@ export type INftRank = {
132
135
  tokenId?: Maybe<Scalars['String']>;
133
136
  id?: Maybe<Scalars['String']>;
134
137
  rank?: Maybe<Scalars['Float']>;
138
+ rankVersion?: Maybe<Scalars['String']>;
135
139
  };
136
140
 
137
141
  export type IOpportunitiesPageV2 = {
@@ -259,6 +263,7 @@ export type IWalletRankV2 = {
259
263
  blockchain: Scalars['String'];
260
264
  wallet: Scalars['String'];
261
265
  rank?: Maybe<Scalars['Float']>;
266
+ rankVersion?: Maybe<Scalars['String']>;
262
267
  };
263
268
 
264
269
 
@@ -389,6 +394,7 @@ export type IOneOfDirectiveResolver<Result, Parent, ContextType = any, Args = IO
389
394
  export type IAssetDataResolvers<ContextType = any, ParentType extends IResolversParentTypes['AssetData'] = IResolversParentTypes['AssetData']> = {
390
395
  assetId?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
391
396
  rank?: Resolver<Maybe<IResolversTypes['Float']>, ParentType, ContextType>;
397
+ rankVersion?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
392
398
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
393
399
  };
394
400
 
@@ -414,6 +420,7 @@ export type ICollectionDataResolvers<ContextType = any, ParentType extends IReso
414
420
  collectionId?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
415
421
  title?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
416
422
  rank?: Resolver<Maybe<IResolversTypes['Float']>, ParentType, ContextType>;
423
+ rankVersion?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
417
424
  createdAt?: Resolver<Maybe<IResolversTypes['Long']>, ParentType, ContextType>;
418
425
  itemsNum?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
419
426
  holdersNum?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
@@ -430,6 +437,7 @@ export type ICollectionRankResolvers<ContextType = any, ParentType extends IReso
430
437
  id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
431
438
  collectionTitle?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
432
439
  rank?: Resolver<Maybe<IResolversTypes['Float']>, ParentType, ContextType>;
440
+ rankVersion?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
433
441
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
434
442
  };
435
443
 
@@ -464,6 +472,7 @@ export type INftRankResolvers<ContextType = any, ParentType extends IResolversPa
464
472
  tokenId?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
465
473
  id?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
466
474
  rank?: Resolver<Maybe<IResolversTypes['Float']>, ParentType, ContextType>;
475
+ rankVersion?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
467
476
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
468
477
  };
469
478
 
@@ -550,6 +559,7 @@ export type IWalletRankV2Resolvers<ContextType = any, ParentType extends IResolv
550
559
  blockchain?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
551
560
  wallet?: Resolver<IResolversTypes['String'], ParentType, ContextType>;
552
561
  rank?: Resolver<Maybe<IResolversTypes['Float']>, ParentType, ContextType>;
562
+ rankVersion?: Resolver<Maybe<IResolversTypes['String']>, ParentType, ContextType>;
553
563
  __isTypeOf?: IsTypeOfResolverFn<ParentType, ContextType>;
554
564
  };
555
565
 
@@ -606,7 +616,7 @@ export type IFetchCollectionRanksQueryVariables = Exact<{
606
616
  }>;
607
617
 
608
618
 
609
- export type IFetchCollectionRanksQuery = { fetchCollectionRanks: Array<Pick<ICollectionRank, 'blockchain' | 'address' | 'tokenId' | 'id' | 'collectionTitle' | 'rank'>> };
619
+ export type IFetchCollectionRanksQuery = { fetchCollectionRanks: Array<Pick<ICollectionRank, 'blockchain' | 'address' | 'tokenId' | 'id' | 'collectionTitle' | 'rank' | 'rankVersion'>> };
610
620
 
611
621
  export type IFetchExtensionBrandsQueryVariables = Exact<{ [key: string]: never; }>;
612
622
 
@@ -637,7 +647,7 @@ export type IFetchNftDataQueryVariables = Exact<{
637
647
 
638
648
  export type IFetchNftDataQuery = { fetchNFTData: (
639
649
  Pick<INftData, 'blockchain' | 'contractAddress' | 'tokenId' | 'elrondId' | 'userRank'>
640
- & { collectionData?: Maybe<Pick<ICollectionData, 'collectionId' | 'title' | 'rank' | 'createdAt' | 'itemsNum' | 'holdersNum' | 'floorPrice'>>, assetData?: Maybe<Pick<IAssetData, 'assetId' | 'rank'>> }
650
+ & { collectionData?: Maybe<Pick<ICollectionData, 'collectionId' | 'title' | 'rank' | 'createdAt' | 'itemsNum' | 'holdersNum' | 'floorPrice' | 'rankVersion'>>, assetData?: Maybe<Pick<IAssetData, 'assetId' | 'rank' | 'rankVersion'>> }
641
651
  ) };
642
652
 
643
653
  export type IFetchNftRanksQueryVariables = Exact<{
@@ -645,7 +655,7 @@ export type IFetchNftRanksQueryVariables = Exact<{
645
655
  }>;
646
656
 
647
657
 
648
- export type IFetchNftRanksQuery = { fetchNFTRanks: Array<Pick<INftRank, 'blockchain' | 'address' | 'tokenId' | 'id' | 'rank'>> };
658
+ export type IFetchNftRanksQuery = { fetchNFTRanks: Array<Pick<INftRank, 'blockchain' | 'address' | 'tokenId' | 'id' | 'rank' | 'rankVersion'>> };
649
659
 
650
660
  export type IFetchWalletRanksQueryVariables = Exact<{
651
661
  wallets: Array<Scalars['String']>;
@@ -659,7 +669,7 @@ export type IFetchWalletRanksV2QueryVariables = Exact<{
659
669
  }>;
660
670
 
661
671
 
662
- export type IFetchWalletRanksV2Query = { fetchWalletRanksV2: Array<Pick<IWalletRankV2, 'blockchain' | 'wallet' | 'rank'>> };
672
+ export type IFetchWalletRanksV2Query = { fetchWalletRanksV2: Array<Pick<IWalletRankV2, 'blockchain' | 'wallet' | 'rank' | 'rankVersion'>> };
663
673
 
664
674
 
665
675
  export const HideOpportunityV2Document = gql`
@@ -795,6 +805,7 @@ export const FetchCollectionRanksDocument = gql`
795
805
  id
796
806
  collectionTitle
797
807
  rank
808
+ rankVersion
798
809
  }
799
810
  }
800
811
  `;
@@ -1000,10 +1011,12 @@ export const FetchNftDataDocument = gql`
1000
1011
  itemsNum
1001
1012
  holdersNum
1002
1013
  floorPrice
1014
+ rankVersion
1003
1015
  }
1004
1016
  assetData {
1005
1017
  assetId
1006
1018
  rank
1019
+ rankVersion
1007
1020
  }
1008
1021
  userRank
1009
1022
  }
@@ -1046,6 +1059,7 @@ export const FetchNftRanksDocument = gql`
1046
1059
  tokenId
1047
1060
  id
1048
1061
  rank
1062
+ rankVersion
1049
1063
  }
1050
1064
  }
1051
1065
  `;
@@ -1115,6 +1129,7 @@ export const FetchWalletRanksV2Document = gql`
1115
1129
  blockchain
1116
1130
  wallet
1117
1131
  rank
1132
+ rankVersion
1118
1133
  }
1119
1134
  }
1120
1135
  `;
@@ -120,6 +120,15 @@ export type IInviteCodeUser = {
120
120
  };
121
121
 
122
122
 
123
+ /** Please sync with ApplicationType.java */
124
+ export enum ILoginSource {
125
+ Portal = 'PORTAL',
126
+ Extension = 'EXTENSION',
127
+ TgMiniApp = 'TG_MINI_APP',
128
+ Backoffice = 'BACKOFFICE',
129
+ Unknown = 'UNKNOWN'
130
+ }
131
+
123
132
  /** Please sync with LoginType.java */
124
133
  export enum ILoginType {
125
134
  Google = 'GOOGLE',
@@ -194,6 +203,7 @@ export type IMutationSignInMetamaskArgs = {
194
203
  address: Scalars['String'];
195
204
  chainId: Scalars['String'];
196
205
  restore?: Maybe<Scalars['Boolean']>;
206
+ loginSource?: Maybe<ILoginSource>;
197
207
  };
198
208
 
199
209
 
@@ -201,6 +211,7 @@ export type IMutationSignInTezosArgs = {
201
211
  signature: Scalars['String'];
202
212
  pubkey: Scalars['String'];
203
213
  restore?: Maybe<Scalars['Boolean']>;
214
+ loginSource?: Maybe<ILoginSource>;
204
215
  };
205
216
 
206
217
 
@@ -208,6 +219,7 @@ export type IMutationSignInSolanaArgs = {
208
219
  signature: Scalars['String'];
209
220
  pubkey: Scalars['String'];
210
221
  restore?: Maybe<Scalars['Boolean']>;
222
+ loginSource?: Maybe<ILoginSource>;
211
223
  };
212
224
 
213
225
 
@@ -215,6 +227,7 @@ export type IMutationSignInElrondArgs = {
215
227
  signature: Scalars['String'];
216
228
  address: Scalars['String'];
217
229
  restore?: Maybe<Scalars['Boolean']>;
230
+ loginSource?: Maybe<ILoginSource>;
218
231
  };
219
232
 
220
233
 
@@ -222,23 +235,27 @@ export type IMutationSignInFlowArgs = {
222
235
  signature: Scalars['String'];
223
236
  address: Scalars['String'];
224
237
  restore?: Maybe<Scalars['Boolean']>;
238
+ loginSource?: Maybe<ILoginSource>;
225
239
  };
226
240
 
227
241
 
228
242
  export type IMutationSignInTonArgs = {
229
243
  request: ICheckTonProofRequest;
230
244
  restore?: Maybe<Scalars['Boolean']>;
245
+ loginSource?: Maybe<ILoginSource>;
231
246
  };
232
247
 
233
248
 
234
249
  export type IMutationSignInTonV2Args = {
235
250
  address: Scalars['String'];
236
251
  restore?: Maybe<Scalars['Boolean']>;
252
+ loginSource?: Maybe<ILoginSource>;
237
253
  };
238
254
 
239
255
 
240
256
  export type IMutationSignInEthereumArgs = {
241
257
  signInData: IEthereumSignInData;
258
+ loginSource?: Maybe<ILoginSource>;
242
259
  };
243
260
 
244
261
 
@@ -246,6 +263,7 @@ export type IMutationSignInEthereumWeb3AuthArgs = {
246
263
  signInData: IEthereumSignInData;
247
264
  loginType: ILoginType;
248
265
  additionalMeta?: Maybe<Scalars['JSON']>;
266
+ loginSource?: Maybe<ILoginSource>;
249
267
  };
250
268
 
251
269
 
@@ -590,6 +608,7 @@ export type IResolversTypes = {
590
608
  InviteCode: ResolverTypeWrapper<IInviteCode>;
591
609
  InviteCodeUser: ResolverTypeWrapper<IInviteCodeUser>;
592
610
  JSON: ResolverTypeWrapper<Scalars['JSON']>;
611
+ LoginSource: ILoginSource;
593
612
  LoginType: ILoginType;
594
613
  Long: ResolverTypeWrapper<Scalars['Long']>;
595
614
  MultiversxAudit: ResolverTypeWrapper<IMultiversxAudit>;
@@ -938,6 +957,7 @@ export type ISignInEthereumWeb3AuthMutationVariables = Exact<{
938
957
  signInData: IEthereumSignInData;
939
958
  loginType: ILoginType;
940
959
  additionalMeta?: Maybe<Scalars['JSON']>;
960
+ loginSource?: Maybe<ILoginSource>;
941
961
  }>;
942
962
 
943
963
 
@@ -1068,6 +1088,8 @@ export type ISignInAdminMetamaskMutation = { signInAdminMetamask: (
1068
1088
  export type ISignInElrondMutationVariables = Exact<{
1069
1089
  signature: Scalars['String'];
1070
1090
  address: Scalars['String'];
1091
+ restore?: Maybe<Scalars['Boolean']>;
1092
+ loginSource?: Maybe<ILoginSource>;
1071
1093
  }>;
1072
1094
 
1073
1095
 
@@ -1079,6 +1101,8 @@ export type ISignInElrondMutation = { signInElrond: (
1079
1101
  export type ISignInFlowMutationVariables = Exact<{
1080
1102
  signature: Scalars['String'];
1081
1103
  address: Scalars['String'];
1104
+ restore?: Maybe<Scalars['Boolean']>;
1105
+ loginSource?: Maybe<ILoginSource>;
1082
1106
  }>;
1083
1107
 
1084
1108
 
@@ -1091,6 +1115,8 @@ export type ISignInMetamaskMutationVariables = Exact<{
1091
1115
  signature: Scalars['String'];
1092
1116
  address: Scalars['String'];
1093
1117
  chainId: Scalars['String'];
1118
+ restore?: Maybe<Scalars['Boolean']>;
1119
+ loginSource?: Maybe<ILoginSource>;
1094
1120
  }>;
1095
1121
 
1096
1122
 
@@ -1102,6 +1128,8 @@ export type ISignInMetamaskMutation = { signInMetamask: (
1102
1128
  export type ISignInSolanaMutationVariables = Exact<{
1103
1129
  signature: Scalars['String'];
1104
1130
  pubkey: Scalars['String'];
1131
+ restore?: Maybe<Scalars['Boolean']>;
1132
+ loginSource?: Maybe<ILoginSource>;
1105
1133
  }>;
1106
1134
 
1107
1135
 
@@ -1113,6 +1141,8 @@ export type ISignInSolanaMutation = { signInSolana: (
1113
1141
  export type ISignInTezosMutationVariables = Exact<{
1114
1142
  signature: Scalars['String'];
1115
1143
  pubkey: Scalars['String'];
1144
+ restore?: Maybe<Scalars['Boolean']>;
1145
+ loginSource?: Maybe<ILoginSource>;
1116
1146
  }>;
1117
1147
 
1118
1148
 
@@ -1124,6 +1154,7 @@ export type ISignInTezosMutation = { signInTezos: (
1124
1154
  export type ISignInTonMutationVariables = Exact<{
1125
1155
  request: ICheckTonProofRequest;
1126
1156
  restore?: Maybe<Scalars['Boolean']>;
1157
+ loginSource?: Maybe<ILoginSource>;
1127
1158
  }>;
1128
1159
 
1129
1160
 
@@ -1135,6 +1166,7 @@ export type ISignInTonMutation = { signInTon: (
1135
1166
  export type ISignInTonV2MutationVariables = Exact<{
1136
1167
  address: Scalars['String'];
1137
1168
  restore?: Maybe<Scalars['Boolean']>;
1169
+ loginSource?: Maybe<ILoginSource>;
1138
1170
  }>;
1139
1171
 
1140
1172
 
@@ -1215,11 +1247,12 @@ export type IFetchUserWalletsQuery = { fetchUserWallets: Array<Maybe<Pick<IWalle
1215
1247
 
1216
1248
 
1217
1249
  export const SignInEthereumWeb3AuthDocument = gql`
1218
- mutation signInEthereumWeb3Auth($signInData: EthereumSignInData!, $loginType: LoginType!, $additionalMeta: JSON) {
1250
+ mutation signInEthereumWeb3Auth($signInData: EthereumSignInData!, $loginType: LoginType!, $additionalMeta: JSON, $loginSource: LoginSource) {
1219
1251
  signInEthereumWeb3Auth(
1220
1252
  signInData: $signInData
1221
1253
  loginType: $loginType
1222
1254
  additionalMeta: $additionalMeta
1255
+ loginSource: $loginSource
1223
1256
  ) {
1224
1257
  userId
1225
1258
  wallets
@@ -1260,6 +1293,7 @@ export type ISignInEthereumWeb3AuthMutationFn = Apollo.MutationFunction<ISignInE
1260
1293
  * signInData: // value for 'signInData'
1261
1294
  * loginType: // value for 'loginType'
1262
1295
  * additionalMeta: // value for 'additionalMeta'
1296
+ * loginSource: // value for 'loginSource'
1263
1297
  * },
1264
1298
  * });
1265
1299
  */
@@ -1757,8 +1791,13 @@ export type SignInAdminMetamaskMutationHookResult = ReturnType<typeof useSignInA
1757
1791
  export type SignInAdminMetamaskMutationResult = Apollo.MutationResult<ISignInAdminMetamaskMutation>;
1758
1792
  export type SignInAdminMetamaskMutationOptions = Apollo.BaseMutationOptions<ISignInAdminMetamaskMutation, ISignInAdminMetamaskMutationVariables>;
1759
1793
  export const SignInElrondDocument = gql`
1760
- mutation SignInElrond($signature: String!, $address: String!) {
1761
- signInElrond(signature: $signature, address: $address) {
1794
+ mutation SignInElrond($signature: String!, $address: String!, $restore: Boolean, $loginSource: LoginSource) {
1795
+ signInElrond(
1796
+ signature: $signature
1797
+ address: $address
1798
+ restore: $restore
1799
+ loginSource: $loginSource
1800
+ ) {
1762
1801
  userId
1763
1802
  wallets
1764
1803
  tokens {
@@ -1797,6 +1836,8 @@ export type ISignInElrondMutationFn = Apollo.MutationFunction<ISignInElrondMutat
1797
1836
  * variables: {
1798
1837
  * signature: // value for 'signature'
1799
1838
  * address: // value for 'address'
1839
+ * restore: // value for 'restore'
1840
+ * loginSource: // value for 'loginSource'
1800
1841
  * },
1801
1842
  * });
1802
1843
  */
@@ -1807,8 +1848,13 @@ export type SignInElrondMutationHookResult = ReturnType<typeof useSignInElrondMu
1807
1848
  export type SignInElrondMutationResult = Apollo.MutationResult<ISignInElrondMutation>;
1808
1849
  export type SignInElrondMutationOptions = Apollo.BaseMutationOptions<ISignInElrondMutation, ISignInElrondMutationVariables>;
1809
1850
  export const SignInFlowDocument = gql`
1810
- mutation SignInFlow($signature: String!, $address: String!) {
1811
- signInFlow(signature: $signature, address: $address) {
1851
+ mutation SignInFlow($signature: String!, $address: String!, $restore: Boolean, $loginSource: LoginSource) {
1852
+ signInFlow(
1853
+ signature: $signature
1854
+ address: $address
1855
+ restore: $restore
1856
+ loginSource: $loginSource
1857
+ ) {
1812
1858
  userId
1813
1859
  wallets
1814
1860
  tokens {
@@ -1847,6 +1893,8 @@ export type ISignInFlowMutationFn = Apollo.MutationFunction<ISignInFlowMutation,
1847
1893
  * variables: {
1848
1894
  * signature: // value for 'signature'
1849
1895
  * address: // value for 'address'
1896
+ * restore: // value for 'restore'
1897
+ * loginSource: // value for 'loginSource'
1850
1898
  * },
1851
1899
  * });
1852
1900
  */
@@ -1857,8 +1905,14 @@ export type SignInFlowMutationHookResult = ReturnType<typeof useSignInFlowMutati
1857
1905
  export type SignInFlowMutationResult = Apollo.MutationResult<ISignInFlowMutation>;
1858
1906
  export type SignInFlowMutationOptions = Apollo.BaseMutationOptions<ISignInFlowMutation, ISignInFlowMutationVariables>;
1859
1907
  export const SignInMetamaskDocument = gql`
1860
- mutation SignInMetamask($signature: String!, $address: String!, $chainId: String!) {
1861
- signInMetamask(signature: $signature, address: $address, chainId: $chainId) {
1908
+ mutation SignInMetamask($signature: String!, $address: String!, $chainId: String!, $restore: Boolean, $loginSource: LoginSource) {
1909
+ signInMetamask(
1910
+ signature: $signature
1911
+ address: $address
1912
+ chainId: $chainId
1913
+ restore: $restore
1914
+ loginSource: $loginSource
1915
+ ) {
1862
1916
  userId
1863
1917
  wallets
1864
1918
  tokens {
@@ -1898,6 +1952,8 @@ export type ISignInMetamaskMutationFn = Apollo.MutationFunction<ISignInMetamaskM
1898
1952
  * signature: // value for 'signature'
1899
1953
  * address: // value for 'address'
1900
1954
  * chainId: // value for 'chainId'
1955
+ * restore: // value for 'restore'
1956
+ * loginSource: // value for 'loginSource'
1901
1957
  * },
1902
1958
  * });
1903
1959
  */
@@ -1908,8 +1964,13 @@ export type SignInMetamaskMutationHookResult = ReturnType<typeof useSignInMetama
1908
1964
  export type SignInMetamaskMutationResult = Apollo.MutationResult<ISignInMetamaskMutation>;
1909
1965
  export type SignInMetamaskMutationOptions = Apollo.BaseMutationOptions<ISignInMetamaskMutation, ISignInMetamaskMutationVariables>;
1910
1966
  export const SignInSolanaDocument = gql`
1911
- mutation SignInSolana($signature: String!, $pubkey: String!) {
1912
- signInSolana(signature: $signature, pubkey: $pubkey) {
1967
+ mutation SignInSolana($signature: String!, $pubkey: String!, $restore: Boolean, $loginSource: LoginSource) {
1968
+ signInSolana(
1969
+ signature: $signature
1970
+ pubkey: $pubkey
1971
+ restore: $restore
1972
+ loginSource: $loginSource
1973
+ ) {
1913
1974
  userId
1914
1975
  wallets
1915
1976
  tokens {
@@ -1948,6 +2009,8 @@ export type ISignInSolanaMutationFn = Apollo.MutationFunction<ISignInSolanaMutat
1948
2009
  * variables: {
1949
2010
  * signature: // value for 'signature'
1950
2011
  * pubkey: // value for 'pubkey'
2012
+ * restore: // value for 'restore'
2013
+ * loginSource: // value for 'loginSource'
1951
2014
  * },
1952
2015
  * });
1953
2016
  */
@@ -1958,8 +2021,13 @@ export type SignInSolanaMutationHookResult = ReturnType<typeof useSignInSolanaMu
1958
2021
  export type SignInSolanaMutationResult = Apollo.MutationResult<ISignInSolanaMutation>;
1959
2022
  export type SignInSolanaMutationOptions = Apollo.BaseMutationOptions<ISignInSolanaMutation, ISignInSolanaMutationVariables>;
1960
2023
  export const SignInTezosDocument = gql`
1961
- mutation SignInTezos($signature: String!, $pubkey: String!) {
1962
- signInTezos(signature: $signature, pubkey: $pubkey) {
2024
+ mutation SignInTezos($signature: String!, $pubkey: String!, $restore: Boolean, $loginSource: LoginSource) {
2025
+ signInTezos(
2026
+ signature: $signature
2027
+ pubkey: $pubkey
2028
+ restore: $restore
2029
+ loginSource: $loginSource
2030
+ ) {
1963
2031
  userId
1964
2032
  wallets
1965
2033
  tokens {
@@ -1998,6 +2066,8 @@ export type ISignInTezosMutationFn = Apollo.MutationFunction<ISignInTezosMutatio
1998
2066
  * variables: {
1999
2067
  * signature: // value for 'signature'
2000
2068
  * pubkey: // value for 'pubkey'
2069
+ * restore: // value for 'restore'
2070
+ * loginSource: // value for 'loginSource'
2001
2071
  * },
2002
2072
  * });
2003
2073
  */
@@ -2008,8 +2078,8 @@ export type SignInTezosMutationHookResult = ReturnType<typeof useSignInTezosMuta
2008
2078
  export type SignInTezosMutationResult = Apollo.MutationResult<ISignInTezosMutation>;
2009
2079
  export type SignInTezosMutationOptions = Apollo.BaseMutationOptions<ISignInTezosMutation, ISignInTezosMutationVariables>;
2010
2080
  export const SignInTonDocument = gql`
2011
- mutation SignInTon($request: CheckTonProofRequest!, $restore: Boolean) {
2012
- signInTon(request: $request, restore: $restore) {
2081
+ mutation SignInTon($request: CheckTonProofRequest!, $restore: Boolean, $loginSource: LoginSource) {
2082
+ signInTon(request: $request, restore: $restore, loginSource: $loginSource) {
2013
2083
  userId
2014
2084
  wallets
2015
2085
  tokens {
@@ -2048,6 +2118,7 @@ export type ISignInTonMutationFn = Apollo.MutationFunction<ISignInTonMutation, I
2048
2118
  * variables: {
2049
2119
  * request: // value for 'request'
2050
2120
  * restore: // value for 'restore'
2121
+ * loginSource: // value for 'loginSource'
2051
2122
  * },
2052
2123
  * });
2053
2124
  */
@@ -2058,8 +2129,8 @@ export type SignInTonMutationHookResult = ReturnType<typeof useSignInTonMutation
2058
2129
  export type SignInTonMutationResult = Apollo.MutationResult<ISignInTonMutation>;
2059
2130
  export type SignInTonMutationOptions = Apollo.BaseMutationOptions<ISignInTonMutation, ISignInTonMutationVariables>;
2060
2131
  export const SignInTonV2Document = gql`
2061
- mutation SignInTonV2($address: String!, $restore: Boolean) {
2062
- signInTonV2(address: $address, restore: $restore) {
2132
+ mutation SignInTonV2($address: String!, $restore: Boolean, $loginSource: LoginSource) {
2133
+ signInTonV2(address: $address, restore: $restore, loginSource: $loginSource) {
2063
2134
  userId
2064
2135
  wallets
2065
2136
  tokens {
@@ -2098,6 +2169,7 @@ export type ISignInTonV2MutationFn = Apollo.MutationFunction<ISignInTonV2Mutatio
2098
2169
  * variables: {
2099
2170
  * address: // value for 'address'
2100
2171
  * restore: // value for 'restore'
2172
+ * loginSource: // value for 'loginSource'
2101
2173
  * },
2102
2174
  * });
2103
2175
  */