@portkey/graphql 0.0.1-alpha.9.0 → 0.0.2-alpha.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (171) hide show
  1. package/README.md +1 -0
  2. package/dist/commonjs/client.d.ts +3 -0
  3. package/dist/{client.js → commonjs/client.js} +0 -1
  4. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderInfo.d.ts +16 -1
  5. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderInfo.js +16 -1
  6. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderManagerChangeRecordInfo.d.ts +16 -1
  7. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderManagerChangeRecordInfo.js +16 -1
  8. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderManagerInfo.d.ts +16 -1
  9. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderManagerInfo.js +16 -1
  10. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderNFTBalanceInfo.d.ts +16 -1
  11. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderNFTBalanceInfo.js +16 -1
  12. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderNFTCollectionBalanceInfo.d.ts +16 -1
  13. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderNFTCollectionBalanceInfo.js +16 -1
  14. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderSearchTokenNFT.d.ts +16 -1
  15. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderSearchTokenNFT.js +16 -1
  16. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTokenBalanceInfo.d.ts +16 -1
  17. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTokenBalanceInfo.js +16 -1
  18. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTransaction.d.ts +16 -1
  19. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTransaction.js +16 -1
  20. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTransactionAddressInfo.d.ts +16 -1
  21. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTransactionAddressInfo.js +16 -1
  22. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTransactionInfo.d.ts +16 -1
  23. package/dist/{did → commonjs/did}/__generated__/hooks/caHolderTransactionInfo.js +16 -1
  24. package/dist/{did → commonjs/did}/__generated__/hooks/loginGuardianChangeRecordInfo.d.ts +16 -1
  25. package/dist/{did → commonjs/did}/__generated__/hooks/loginGuardianChangeRecordInfo.js +16 -1
  26. package/dist/{did → commonjs/did}/__generated__/hooks/loginGuardianInfo.d.ts +16 -1
  27. package/dist/{did → commonjs/did}/__generated__/hooks/loginGuardianInfo.js +16 -1
  28. package/dist/{did → commonjs/did}/__generated__/hooks/syncState.d.ts +16 -1
  29. package/dist/{did → commonjs/did}/__generated__/hooks/syncState.js +16 -1
  30. package/dist/{did → commonjs/did}/__generated__/hooks/tokenInfo.d.ts +16 -1
  31. package/dist/{did → commonjs/did}/__generated__/hooks/tokenInfo.js +16 -1
  32. package/dist/{did → commonjs/did}/__generated__/types.d.ts +1 -1
  33. package/dist/{did → commonjs/did}/__generated__/types.js +0 -1
  34. package/dist/{did → commonjs/did}/index.d.ts +0 -2
  35. package/dist/{did → commonjs/did}/index.js +0 -1
  36. package/dist/commonjs/did/utils.d.ts +6 -0
  37. package/dist/{did → commonjs/did}/utils.js +2 -1
  38. package/dist/{index.d.ts → commonjs/index.d.ts} +0 -1
  39. package/dist/{index.js → commonjs/index.js} +0 -1
  40. package/dist/commonjs/package.json +1 -0
  41. package/dist/{types → commonjs/types}/did.d.ts +1 -2
  42. package/dist/{types → commonjs/types}/did.js +0 -1
  43. package/dist/commonjs/types/index.d.ts +8 -0
  44. package/dist/{types → commonjs/types}/index.js +0 -1
  45. package/dist/esm/client.d.ts +3 -0
  46. package/dist/esm/client.js +11 -0
  47. package/dist/esm/did/__generated__/hooks/caHolderInfo.d.ts +58 -0
  48. package/dist/esm/did/__generated__/hooks/caHolderInfo.js +51 -0
  49. package/dist/esm/did/__generated__/hooks/caHolderManagerChangeRecordInfo.d.ts +42 -0
  50. package/dist/esm/did/__generated__/hooks/caHolderManagerChangeRecordInfo.js +38 -0
  51. package/dist/esm/did/__generated__/hooks/caHolderManagerInfo.d.ts +47 -0
  52. package/dist/esm/did/__generated__/hooks/caHolderManagerInfo.js +42 -0
  53. package/dist/esm/did/__generated__/hooks/caHolderNFTBalanceInfo.d.ts +60 -0
  54. package/dist/esm/did/__generated__/hooks/caHolderNFTBalanceInfo.js +54 -0
  55. package/dist/esm/did/__generated__/hooks/caHolderNFTCollectionBalanceInfo.d.ts +58 -0
  56. package/dist/esm/did/__generated__/hooks/caHolderNFTCollectionBalanceInfo.js +52 -0
  57. package/dist/esm/did/__generated__/hooks/caHolderSearchTokenNFT.d.ts +77 -0
  58. package/dist/esm/did/__generated__/hooks/caHolderSearchTokenNFT.js +70 -0
  59. package/dist/esm/did/__generated__/hooks/caHolderTokenBalanceInfo.d.ts +62 -0
  60. package/dist/esm/did/__generated__/hooks/caHolderTokenBalanceInfo.js +56 -0
  61. package/dist/esm/did/__generated__/hooks/caHolderTransaction.d.ts +98 -0
  62. package/dist/esm/did/__generated__/hooks/caHolderTransaction.js +89 -0
  63. package/dist/esm/did/__generated__/hooks/caHolderTransactionAddressInfo.d.ts +46 -0
  64. package/dist/esm/did/__generated__/hooks/caHolderTransactionAddressInfo.js +41 -0
  65. package/dist/esm/did/__generated__/hooks/caHolderTransactionInfo.d.ts +98 -0
  66. package/dist/esm/did/__generated__/hooks/caHolderTransactionInfo.js +89 -0
  67. package/dist/esm/did/__generated__/hooks/loginGuardianChangeRecordInfo.d.ts +52 -0
  68. package/dist/esm/did/__generated__/hooks/loginGuardianChangeRecordInfo.js +47 -0
  69. package/dist/esm/did/__generated__/hooks/loginGuardianInfo.d.ts +50 -0
  70. package/dist/esm/did/__generated__/hooks/loginGuardianInfo.js +45 -0
  71. package/dist/esm/did/__generated__/hooks/syncState.d.ts +38 -0
  72. package/dist/esm/did/__generated__/hooks/syncState.js +34 -0
  73. package/dist/esm/did/__generated__/hooks/tokenInfo.d.ts +51 -0
  74. package/dist/esm/did/__generated__/hooks/tokenInfo.js +47 -0
  75. package/dist/esm/did/__generated__/types.d.ts +416 -0
  76. package/dist/esm/did/__generated__/types.js +22 -0
  77. package/dist/esm/did/index.d.ts +13 -0
  78. package/dist/esm/did/index.js +53 -0
  79. package/dist/esm/did/utils.d.ts +6 -0
  80. package/dist/esm/did/utils.js +28 -0
  81. package/dist/esm/index.d.ts +3 -0
  82. package/dist/esm/index.js +3 -0
  83. package/dist/esm/package.json +1 -0
  84. package/dist/esm/types/did.d.ts +10 -0
  85. package/dist/esm/types/did.js +1 -0
  86. package/dist/esm/types/index.d.ts +8 -0
  87. package/dist/esm/types/index.js +6 -0
  88. package/dist/types/client.d.ts.map +1 -0
  89. package/dist/types/did/__generated__/hooks/caHolderInfo.d.ts +59 -0
  90. package/dist/types/did/__generated__/hooks/caHolderInfo.d.ts.map +1 -0
  91. package/dist/types/did/__generated__/hooks/caHolderManagerChangeRecordInfo.d.ts +43 -0
  92. package/dist/types/did/__generated__/hooks/caHolderManagerChangeRecordInfo.d.ts.map +1 -0
  93. package/dist/types/did/__generated__/hooks/caHolderManagerInfo.d.ts +48 -0
  94. package/dist/types/did/__generated__/hooks/caHolderManagerInfo.d.ts.map +1 -0
  95. package/dist/types/did/__generated__/hooks/caHolderNFTBalanceInfo.d.ts +61 -0
  96. package/dist/types/did/__generated__/hooks/caHolderNFTBalanceInfo.d.ts.map +1 -0
  97. package/dist/types/did/__generated__/hooks/caHolderNFTCollectionBalanceInfo.d.ts +59 -0
  98. package/dist/types/did/__generated__/hooks/caHolderNFTCollectionBalanceInfo.d.ts.map +1 -0
  99. package/dist/types/did/__generated__/hooks/caHolderSearchTokenNFT.d.ts +78 -0
  100. package/dist/types/did/__generated__/hooks/caHolderSearchTokenNFT.d.ts.map +1 -0
  101. package/dist/types/did/__generated__/hooks/caHolderTokenBalanceInfo.d.ts +63 -0
  102. package/dist/types/did/__generated__/hooks/caHolderTokenBalanceInfo.d.ts.map +1 -0
  103. package/dist/types/did/__generated__/hooks/caHolderTransaction.d.ts +99 -0
  104. package/dist/types/did/__generated__/hooks/caHolderTransaction.d.ts.map +1 -0
  105. package/dist/types/did/__generated__/hooks/caHolderTransactionAddressInfo.d.ts +47 -0
  106. package/dist/types/did/__generated__/hooks/caHolderTransactionAddressInfo.d.ts.map +1 -0
  107. package/dist/types/did/__generated__/hooks/caHolderTransactionInfo.d.ts +99 -0
  108. package/dist/types/did/__generated__/hooks/caHolderTransactionInfo.d.ts.map +1 -0
  109. package/dist/types/did/__generated__/hooks/loginGuardianChangeRecordInfo.d.ts +53 -0
  110. package/dist/types/did/__generated__/hooks/loginGuardianChangeRecordInfo.d.ts.map +1 -0
  111. package/dist/types/did/__generated__/hooks/loginGuardianInfo.d.ts +51 -0
  112. package/dist/types/did/__generated__/hooks/loginGuardianInfo.d.ts.map +1 -0
  113. package/dist/types/did/__generated__/hooks/syncState.d.ts +39 -0
  114. package/dist/types/did/__generated__/hooks/syncState.d.ts.map +1 -0
  115. package/dist/types/did/__generated__/hooks/tokenInfo.d.ts +52 -0
  116. package/dist/types/did/__generated__/hooks/tokenInfo.d.ts.map +1 -0
  117. package/dist/types/did/__generated__/types.d.ts +417 -0
  118. package/dist/types/did/__generated__/types.d.ts.map +1 -0
  119. package/dist/types/did/index.d.ts +14 -0
  120. package/dist/types/did/index.d.ts.map +1 -0
  121. package/dist/types/did/utils.d.ts.map +1 -0
  122. package/dist/types/index.d.ts +2 -7
  123. package/dist/types/index.d.ts.map +1 -1
  124. package/dist/types/types/did.d.ts +11 -0
  125. package/dist/types/types/did.d.ts.map +1 -0
  126. package/dist/types/types/index.d.ts +9 -0
  127. package/dist/types/types/index.d.ts.map +1 -0
  128. package/package.json +19 -8
  129. package/dist/client.d.ts.map +0 -1
  130. package/dist/client.js.map +0 -1
  131. package/dist/did/__generated__/hooks/caHolderInfo.d.ts.map +0 -1
  132. package/dist/did/__generated__/hooks/caHolderInfo.js.map +0 -1
  133. package/dist/did/__generated__/hooks/caHolderManagerChangeRecordInfo.d.ts.map +0 -1
  134. package/dist/did/__generated__/hooks/caHolderManagerChangeRecordInfo.js.map +0 -1
  135. package/dist/did/__generated__/hooks/caHolderManagerInfo.d.ts.map +0 -1
  136. package/dist/did/__generated__/hooks/caHolderManagerInfo.js.map +0 -1
  137. package/dist/did/__generated__/hooks/caHolderNFTBalanceInfo.d.ts.map +0 -1
  138. package/dist/did/__generated__/hooks/caHolderNFTBalanceInfo.js.map +0 -1
  139. package/dist/did/__generated__/hooks/caHolderNFTCollectionBalanceInfo.d.ts.map +0 -1
  140. package/dist/did/__generated__/hooks/caHolderNFTCollectionBalanceInfo.js.map +0 -1
  141. package/dist/did/__generated__/hooks/caHolderSearchTokenNFT.d.ts.map +0 -1
  142. package/dist/did/__generated__/hooks/caHolderSearchTokenNFT.js.map +0 -1
  143. package/dist/did/__generated__/hooks/caHolderTokenBalanceInfo.d.ts.map +0 -1
  144. package/dist/did/__generated__/hooks/caHolderTokenBalanceInfo.js.map +0 -1
  145. package/dist/did/__generated__/hooks/caHolderTransaction.d.ts.map +0 -1
  146. package/dist/did/__generated__/hooks/caHolderTransaction.js.map +0 -1
  147. package/dist/did/__generated__/hooks/caHolderTransactionAddressInfo.d.ts.map +0 -1
  148. package/dist/did/__generated__/hooks/caHolderTransactionAddressInfo.js.map +0 -1
  149. package/dist/did/__generated__/hooks/caHolderTransactionInfo.d.ts.map +0 -1
  150. package/dist/did/__generated__/hooks/caHolderTransactionInfo.js.map +0 -1
  151. package/dist/did/__generated__/hooks/loginGuardianChangeRecordInfo.d.ts.map +0 -1
  152. package/dist/did/__generated__/hooks/loginGuardianChangeRecordInfo.js.map +0 -1
  153. package/dist/did/__generated__/hooks/loginGuardianInfo.d.ts.map +0 -1
  154. package/dist/did/__generated__/hooks/loginGuardianInfo.js.map +0 -1
  155. package/dist/did/__generated__/hooks/syncState.d.ts.map +0 -1
  156. package/dist/did/__generated__/hooks/syncState.js.map +0 -1
  157. package/dist/did/__generated__/hooks/tokenInfo.d.ts.map +0 -1
  158. package/dist/did/__generated__/hooks/tokenInfo.js.map +0 -1
  159. package/dist/did/__generated__/types.d.ts.map +0 -1
  160. package/dist/did/__generated__/types.js.map +0 -1
  161. package/dist/did/index.d.ts.map +0 -1
  162. package/dist/did/index.js.map +0 -1
  163. package/dist/did/utils.d.ts.map +0 -1
  164. package/dist/did/utils.js.map +0 -1
  165. package/dist/index.d.ts.map +0 -1
  166. package/dist/index.js.map +0 -1
  167. package/dist/types/did.d.ts.map +0 -1
  168. package/dist/types/did.js.map +0 -1
  169. package/dist/types/index.js.map +0 -1
  170. /package/dist/{client.d.ts → types/client.d.ts} +0 -0
  171. /package/dist/{did → types/did}/utils.d.ts +0 -0
@@ -0,0 +1,99 @@
1
+ import * as Types from '../types';
2
+ import * as Apollo from '@apollo/client';
3
+ export type CaHolderTransactionInfoQueryVariables = Types.Exact<{
4
+ dto?: Types.InputMaybe<Types.GetCaHolderTransactionDto>;
5
+ }>;
6
+ export type CaHolderTransactionInfoQuery = {
7
+ __typename?: 'Query';
8
+ caHolderTransactionInfo?: {
9
+ __typename?: 'CAHolderTransactionPageResultDto';
10
+ totalRecordCount: number;
11
+ data?: Array<{
12
+ __typename?: 'CAHolderTransactionDto';
13
+ id?: string | null;
14
+ chainId?: string | null;
15
+ blockHash?: string | null;
16
+ blockHeight: number;
17
+ previousBlockHash?: string | null;
18
+ transactionId?: string | null;
19
+ methodName?: string | null;
20
+ status: Types.TransactionStatus;
21
+ timestamp: number;
22
+ fromAddress?: string | null;
23
+ tokenInfo?: {
24
+ __typename?: 'TokenInfoDto';
25
+ id?: string | null;
26
+ chainId?: string | null;
27
+ blockHash?: string | null;
28
+ blockHeight: number;
29
+ previousBlockHash?: string | null;
30
+ symbol?: string | null;
31
+ type: Types.TokenType;
32
+ tokenContractAddress?: string | null;
33
+ decimals: number;
34
+ totalSupply: number;
35
+ tokenName?: string | null;
36
+ issuer?: string | null;
37
+ isBurnable: boolean;
38
+ issueChainId: number;
39
+ } | null;
40
+ nftInfo?: {
41
+ __typename?: 'NFTItemInfoDto';
42
+ symbol?: string | null;
43
+ tokenContractAddress?: string | null;
44
+ decimals: number;
45
+ supply: number;
46
+ totalSupply: number;
47
+ tokenName?: string | null;
48
+ issuer?: string | null;
49
+ isBurnable: boolean;
50
+ issueChainId: number;
51
+ imageUrl?: string | null;
52
+ collectionSymbol?: string | null;
53
+ collectionName?: string | null;
54
+ } | null;
55
+ transferInfo?: {
56
+ __typename?: 'TransferInfo';
57
+ fromAddress?: string | null;
58
+ fromCAAddress?: string | null;
59
+ toAddress?: string | null;
60
+ amount: number;
61
+ fromChainId?: string | null;
62
+ toChainId?: string | null;
63
+ transferTransactionId?: string | null;
64
+ } | null;
65
+ transactionFees?: Array<{
66
+ __typename?: 'TransactionFee';
67
+ symbol?: string | null;
68
+ amount: number;
69
+ } | null> | null;
70
+ } | null> | null;
71
+ } | null;
72
+ };
73
+ export declare const CaHolderTransactionInfoDocument: Apollo.DocumentNode;
74
+ /**
75
+ * __useCaHolderTransactionInfoQuery__
76
+ *
77
+ * To run a query within a React component, call `useCaHolderTransactionInfoQuery` and pass it any options that fit your needs.
78
+ * When your component renders, `useCaHolderTransactionInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
79
+ * you can use to render your UI.
80
+ *
81
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
82
+ *
83
+ * @example
84
+ * const { data, loading, error } = useCaHolderTransactionInfoQuery({
85
+ * variables: {
86
+ * dto: // value for 'dto'
87
+ * },
88
+ * });
89
+ */
90
+ export declare function useCaHolderTransactionInfoQuery(baseOptions?: Apollo.QueryHookOptions<CaHolderTransactionInfoQuery, CaHolderTransactionInfoQueryVariables>): Apollo.QueryResult<CaHolderTransactionInfoQuery, Types.Exact<{
91
+ dto?: Types.InputMaybe<Types.GetCaHolderTransactionDto> | undefined;
92
+ }>>;
93
+ export declare function useCaHolderTransactionInfoLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CaHolderTransactionInfoQuery, CaHolderTransactionInfoQueryVariables>): Apollo.LazyQueryResultTuple<CaHolderTransactionInfoQuery, Types.Exact<{
94
+ dto?: Types.InputMaybe<Types.GetCaHolderTransactionDto> | undefined;
95
+ }>>;
96
+ export type CaHolderTransactionInfoQueryHookResult = ReturnType<typeof useCaHolderTransactionInfoQuery>;
97
+ export type CaHolderTransactionInfoLazyQueryHookResult = ReturnType<typeof useCaHolderTransactionInfoLazyQuery>;
98
+ export type CaHolderTransactionInfoQueryResult = Apollo.QueryResult<CaHolderTransactionInfoQuery, CaHolderTransactionInfoQueryVariables>;
99
+ //# sourceMappingURL=caHolderTransactionInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"caHolderTransactionInfo.d.ts","sourceRoot":"","sources":["../../../../../src/did/__generated__/hooks/caHolderTransactionInfo.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,53 @@
1
+ import * as Types from '../types';
2
+ import * as Apollo from '@apollo/client';
3
+ export type LoginGuardianChangeRecordInfoQueryVariables = Types.Exact<{
4
+ dto?: Types.InputMaybe<Types.GetLoginGuardianChangeRecordDto>;
5
+ }>;
6
+ export type LoginGuardianChangeRecordInfoQuery = {
7
+ __typename?: 'Query';
8
+ loginGuardianChangeRecordInfo?: Array<{
9
+ __typename?: 'LoginGuardianChangeRecordDto';
10
+ changeType?: string | null;
11
+ blockHeight: number;
12
+ id?: string | null;
13
+ chainId?: string | null;
14
+ caHash?: string | null;
15
+ caAddress?: string | null;
16
+ manager?: string | null;
17
+ loginGuardian?: {
18
+ __typename?: 'GuardianDto';
19
+ type: number;
20
+ verifierId?: string | null;
21
+ identifierHash?: string | null;
22
+ salt?: string | null;
23
+ isLoginGuardian: boolean;
24
+ } | null;
25
+ } | null> | null;
26
+ };
27
+ export declare const LoginGuardianChangeRecordInfoDocument: Apollo.DocumentNode;
28
+ /**
29
+ * __useLoginGuardianChangeRecordInfoQuery__
30
+ *
31
+ * To run a query within a React component, call `useLoginGuardianChangeRecordInfoQuery` and pass it any options that fit your needs.
32
+ * When your component renders, `useLoginGuardianChangeRecordInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
33
+ * you can use to render your UI.
34
+ *
35
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
36
+ *
37
+ * @example
38
+ * const { data, loading, error } = useLoginGuardianChangeRecordInfoQuery({
39
+ * variables: {
40
+ * dto: // value for 'dto'
41
+ * },
42
+ * });
43
+ */
44
+ export declare function useLoginGuardianChangeRecordInfoQuery(baseOptions?: Apollo.QueryHookOptions<LoginGuardianChangeRecordInfoQuery, LoginGuardianChangeRecordInfoQueryVariables>): Apollo.QueryResult<LoginGuardianChangeRecordInfoQuery, Types.Exact<{
45
+ dto?: Types.InputMaybe<Types.GetLoginGuardianChangeRecordDto> | undefined;
46
+ }>>;
47
+ export declare function useLoginGuardianChangeRecordInfoLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<LoginGuardianChangeRecordInfoQuery, LoginGuardianChangeRecordInfoQueryVariables>): Apollo.LazyQueryResultTuple<LoginGuardianChangeRecordInfoQuery, Types.Exact<{
48
+ dto?: Types.InputMaybe<Types.GetLoginGuardianChangeRecordDto> | undefined;
49
+ }>>;
50
+ export type LoginGuardianChangeRecordInfoQueryHookResult = ReturnType<typeof useLoginGuardianChangeRecordInfoQuery>;
51
+ export type LoginGuardianChangeRecordInfoLazyQueryHookResult = ReturnType<typeof useLoginGuardianChangeRecordInfoLazyQuery>;
52
+ export type LoginGuardianChangeRecordInfoQueryResult = Apollo.QueryResult<LoginGuardianChangeRecordInfoQuery, LoginGuardianChangeRecordInfoQueryVariables>;
53
+ //# sourceMappingURL=loginGuardianChangeRecordInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loginGuardianChangeRecordInfo.d.ts","sourceRoot":"","sources":["../../../../../src/did/__generated__/hooks/loginGuardianChangeRecordInfo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAGlC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,MAAM,MAAM,2CAA2C,GAAG,KAAK,CAAC,KAAK,CAAC;IACpE,GAAG,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,KAAK,CAAC,+BAA+B,CAAC,CAAC;CAC/D,CAAC,CAAC;AAEH,MAAM,MAAM,kCAAkC,GAAG;IAC/C,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,6BAA6B,CAAC,EAAE,KAAK,CAAC;QACpC,UAAU,CAAC,EAAE,8BAA8B,CAAC;QAC5C,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC3B,WAAW,EAAE,MAAM,CAAC;QACpB,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACnB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,aAAa,CAAC,EAAE;YACd,UAAU,CAAC,EAAE,aAAa,CAAC;YAC3B,IAAI,EAAE,MAAM,CAAC;YACb,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAC3B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAC/B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YACrB,eAAe,EAAE,OAAO,CAAC;SAC1B,GAAG,IAAI,CAAC;KACV,GAAG,IAAI,CAAC,GAAG,IAAI,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,qCAAqC,qBAmBjD,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,qCAAqC,CACnD,WAAW,CAAC,EAAE,MAAM,CAAC,gBAAgB,CACnC,kCAAkC,EAClC,2CAA2C,CAC5C;;IAOF;AACD,wBAAgB,yCAAyC,CACvD,WAAW,CAAC,EAAE,MAAM,CAAC,oBAAoB,CACvC,kCAAkC,EAClC,2CAA2C,CAC5C;;IAOF;AACD,MAAM,MAAM,4CAA4C,GAAG,UAAU,CAAC,OAAO,qCAAqC,CAAC,CAAC;AACpH,MAAM,MAAM,gDAAgD,GAAG,UAAU,CACvE,OAAO,yCAAyC,CACjD,CAAC;AACF,MAAM,MAAM,wCAAwC,GAAG,MAAM,CAAC,WAAW,CACvE,kCAAkC,EAClC,2CAA2C,CAC5C,CAAC"}
@@ -0,0 +1,51 @@
1
+ import * as Types from '../types';
2
+ import * as Apollo from '@apollo/client';
3
+ export type LoginGuardianInfoQueryVariables = Types.Exact<{
4
+ dto?: Types.InputMaybe<Types.GetLoginGuardianInfoDto>;
5
+ }>;
6
+ export type LoginGuardianInfoQuery = {
7
+ __typename?: 'Query';
8
+ loginGuardianInfo?: Array<{
9
+ __typename?: 'LoginGuardianDto';
10
+ id?: string | null;
11
+ chainId?: string | null;
12
+ caHash?: string | null;
13
+ caAddress?: string | null;
14
+ manager?: string | null;
15
+ loginGuardian?: {
16
+ __typename?: 'GuardianDto';
17
+ type: number;
18
+ verifierId?: string | null;
19
+ identifierHash?: string | null;
20
+ salt?: string | null;
21
+ isLoginGuardian: boolean;
22
+ } | null;
23
+ } | null> | null;
24
+ };
25
+ export declare const LoginGuardianInfoDocument: Apollo.DocumentNode;
26
+ /**
27
+ * __useLoginGuardianInfoQuery__
28
+ *
29
+ * To run a query within a React component, call `useLoginGuardianInfoQuery` and pass it any options that fit your needs.
30
+ * When your component renders, `useLoginGuardianInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
31
+ * you can use to render your UI.
32
+ *
33
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
34
+ *
35
+ * @example
36
+ * const { data, loading, error } = useLoginGuardianInfoQuery({
37
+ * variables: {
38
+ * dto: // value for 'dto'
39
+ * },
40
+ * });
41
+ */
42
+ export declare function useLoginGuardianInfoQuery(baseOptions?: Apollo.QueryHookOptions<LoginGuardianInfoQuery, LoginGuardianInfoQueryVariables>): Apollo.QueryResult<LoginGuardianInfoQuery, Types.Exact<{
43
+ dto?: Types.InputMaybe<Types.GetLoginGuardianInfoDto> | undefined;
44
+ }>>;
45
+ export declare function useLoginGuardianInfoLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<LoginGuardianInfoQuery, LoginGuardianInfoQueryVariables>): Apollo.LazyQueryResultTuple<LoginGuardianInfoQuery, Types.Exact<{
46
+ dto?: Types.InputMaybe<Types.GetLoginGuardianInfoDto> | undefined;
47
+ }>>;
48
+ export type LoginGuardianInfoQueryHookResult = ReturnType<typeof useLoginGuardianInfoQuery>;
49
+ export type LoginGuardianInfoLazyQueryHookResult = ReturnType<typeof useLoginGuardianInfoLazyQuery>;
50
+ export type LoginGuardianInfoQueryResult = Apollo.QueryResult<LoginGuardianInfoQuery, LoginGuardianInfoQueryVariables>;
51
+ //# sourceMappingURL=loginGuardianInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loginGuardianInfo.d.ts","sourceRoot":"","sources":["../../../../../src/did/__generated__/hooks/loginGuardianInfo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAGlC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,MAAM,MAAM,+BAA+B,GAAG,KAAK,CAAC,KAAK,CAAC;IACxD,GAAG,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,KAAK,CAAC,uBAAuB,CAAC,CAAC;CACvD,CAAC,CAAC;AAEH,MAAM,MAAM,sBAAsB,GAAG;IACnC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,iBAAiB,CAAC,EAAE,KAAK,CAAC;QACxB,UAAU,CAAC,EAAE,kBAAkB,CAAC;QAChC,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACnB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,aAAa,CAAC,EAAE;YACd,UAAU,CAAC,EAAE,aAAa,CAAC;YAC3B,IAAI,EAAE,MAAM,CAAC;YACb,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAC3B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YAC/B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YACrB,eAAe,EAAE,OAAO,CAAC;SAC1B,GAAG,IAAI,CAAC;KACV,GAAG,IAAI,CAAC,GAAG,IAAI,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,yBAAyB,qBAiBrC,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,yBAAyB,CACvC,WAAW,CAAC,EAAE,MAAM,CAAC,gBAAgB,CAAC,sBAAsB,EAAE,+BAA+B,CAAC;;IAI/F;AACD,wBAAgB,6BAA6B,CAC3C,WAAW,CAAC,EAAE,MAAM,CAAC,oBAAoB,CAAC,sBAAsB,EAAE,+BAA+B,CAAC;;IAOnG;AACD,MAAM,MAAM,gCAAgC,GAAG,UAAU,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAC5F,MAAM,MAAM,oCAAoC,GAAG,UAAU,CAAC,OAAO,6BAA6B,CAAC,CAAC;AACpG,MAAM,MAAM,4BAA4B,GAAG,MAAM,CAAC,WAAW,CAAC,sBAAsB,EAAE,+BAA+B,CAAC,CAAC"}
@@ -0,0 +1,39 @@
1
+ import * as Types from '../types';
2
+ import * as Apollo from '@apollo/client';
3
+ export type SyncStateQueryVariables = Types.Exact<{
4
+ dto?: Types.InputMaybe<Types.GetSyncStateDto>;
5
+ }>;
6
+ export type SyncStateQuery = {
7
+ __typename?: 'Query';
8
+ syncState?: {
9
+ __typename?: 'SyncStateDto';
10
+ confirmedBlockHeight: number;
11
+ } | null;
12
+ };
13
+ export declare const SyncStateDocument: Apollo.DocumentNode;
14
+ /**
15
+ * __useSyncStateQuery__
16
+ *
17
+ * To run a query within a React component, call `useSyncStateQuery` and pass it any options that fit your needs.
18
+ * When your component renders, `useSyncStateQuery` returns an object from Apollo Client that contains loading, error, and data properties
19
+ * you can use to render your UI.
20
+ *
21
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
22
+ *
23
+ * @example
24
+ * const { data, loading, error } = useSyncStateQuery({
25
+ * variables: {
26
+ * dto: // value for 'dto'
27
+ * },
28
+ * });
29
+ */
30
+ export declare function useSyncStateQuery(baseOptions?: Apollo.QueryHookOptions<SyncStateQuery, SyncStateQueryVariables>): Apollo.QueryResult<SyncStateQuery, Types.Exact<{
31
+ dto?: Types.InputMaybe<Types.GetSyncStateDto> | undefined;
32
+ }>>;
33
+ export declare function useSyncStateLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<SyncStateQuery, SyncStateQueryVariables>): Apollo.LazyQueryResultTuple<SyncStateQuery, Types.Exact<{
34
+ dto?: Types.InputMaybe<Types.GetSyncStateDto> | undefined;
35
+ }>>;
36
+ export type SyncStateQueryHookResult = ReturnType<typeof useSyncStateQuery>;
37
+ export type SyncStateLazyQueryHookResult = ReturnType<typeof useSyncStateLazyQuery>;
38
+ export type SyncStateQueryResult = Apollo.QueryResult<SyncStateQuery, SyncStateQueryVariables>;
39
+ //# sourceMappingURL=syncState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"syncState.d.ts","sourceRoot":"","sources":["../../../../../src/did/__generated__/hooks/syncState.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAGlC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,KAAK,CAAC;IAChD,GAAG,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC;CAC/C,CAAC,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE;QAAE,UAAU,CAAC,EAAE,cAAc,CAAC;QAAC,oBAAoB,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;CAClF,CAAC;AAEF,eAAO,MAAM,iBAAiB,qBAM7B,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,iBAAiB,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC,gBAAgB,CAAC,cAAc,EAAE,uBAAuB,CAAC;;IAG/G;AACD,wBAAgB,qBAAqB,CACnC,WAAW,CAAC,EAAE,MAAM,CAAC,oBAAoB,CAAC,cAAc,EAAE,uBAAuB,CAAC;;IAInF;AACD,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAC5E,MAAM,MAAM,4BAA4B,GAAG,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpF,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC,WAAW,CAAC,cAAc,EAAE,uBAAuB,CAAC,CAAC"}
@@ -0,0 +1,52 @@
1
+ import * as Types from '../types';
2
+ import * as Apollo from '@apollo/client';
3
+ export type TokenInfoQueryVariables = Types.Exact<{
4
+ dto?: Types.InputMaybe<Types.GetTokenInfoDto>;
5
+ }>;
6
+ export type TokenInfoQuery = {
7
+ __typename?: 'Query';
8
+ tokenInfo?: Array<{
9
+ __typename?: 'TokenInfoDto';
10
+ id?: string | null;
11
+ chainId?: string | null;
12
+ blockHash?: string | null;
13
+ blockHeight: number;
14
+ previousBlockHash?: string | null;
15
+ symbol?: string | null;
16
+ type: Types.TokenType;
17
+ tokenContractAddress?: string | null;
18
+ decimals: number;
19
+ totalSupply: number;
20
+ tokenName?: string | null;
21
+ issuer?: string | null;
22
+ isBurnable: boolean;
23
+ issueChainId: number;
24
+ } | null> | null;
25
+ };
26
+ export declare const TokenInfoDocument: Apollo.DocumentNode;
27
+ /**
28
+ * __useTokenInfoQuery__
29
+ *
30
+ * To run a query within a React component, call `useTokenInfoQuery` and pass it any options that fit your needs.
31
+ * When your component renders, `useTokenInfoQuery` returns an object from Apollo Client that contains loading, error, and data properties
32
+ * you can use to render your UI.
33
+ *
34
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
35
+ *
36
+ * @example
37
+ * const { data, loading, error } = useTokenInfoQuery({
38
+ * variables: {
39
+ * dto: // value for 'dto'
40
+ * },
41
+ * });
42
+ */
43
+ export declare function useTokenInfoQuery(baseOptions?: Apollo.QueryHookOptions<TokenInfoQuery, TokenInfoQueryVariables>): Apollo.QueryResult<TokenInfoQuery, Types.Exact<{
44
+ dto?: Types.InputMaybe<Types.GetTokenInfoDto> | undefined;
45
+ }>>;
46
+ export declare function useTokenInfoLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TokenInfoQuery, TokenInfoQueryVariables>): Apollo.LazyQueryResultTuple<TokenInfoQuery, Types.Exact<{
47
+ dto?: Types.InputMaybe<Types.GetTokenInfoDto> | undefined;
48
+ }>>;
49
+ export type TokenInfoQueryHookResult = ReturnType<typeof useTokenInfoQuery>;
50
+ export type TokenInfoLazyQueryHookResult = ReturnType<typeof useTokenInfoLazyQuery>;
51
+ export type TokenInfoQueryResult = Apollo.QueryResult<TokenInfoQuery, TokenInfoQueryVariables>;
52
+ //# sourceMappingURL=tokenInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tokenInfo.d.ts","sourceRoot":"","sources":["../../../../../src/did/__generated__/hooks/tokenInfo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAGlC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,KAAK,CAAC;IAChD,GAAG,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC;CAC/C,CAAC,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,KAAK,CAAC;QAChB,UAAU,CAAC,EAAE,cAAc,CAAC;QAC5B,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACnB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC1B,WAAW,EAAE,MAAM,CAAC;QACpB,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAClC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;QACtB,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACrC,QAAQ,EAAE,MAAM,CAAC;QACjB,WAAW,EAAE,MAAM,CAAC;QACpB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC1B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,UAAU,EAAE,OAAO,CAAC;QACpB,YAAY,EAAE,MAAM,CAAC;KACtB,GAAG,IAAI,CAAC,GAAG,IAAI,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,iBAAiB,qBAmB7B,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,iBAAiB,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC,gBAAgB,CAAC,cAAc,EAAE,uBAAuB,CAAC;;IAG/G;AACD,wBAAgB,qBAAqB,CACnC,WAAW,CAAC,EAAE,MAAM,CAAC,oBAAoB,CAAC,cAAc,EAAE,uBAAuB,CAAC;;IAInF;AACD,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAC5E,MAAM,MAAM,4BAA4B,GAAG,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpF,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC,WAAW,CAAC,cAAc,EAAE,uBAAuB,CAAC,CAAC"}