@portkey/graphql 0.0.1-alpha.1
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/README.md +61 -0
- package/dist/client.d.ts +4 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/client.js +16 -0
- package/dist/client.js.map +1 -0
- package/dist/did/__generated__/hooks/caHolderManagerChangeRecordInfo.d.ts +27 -0
- package/dist/did/__generated__/hooks/caHolderManagerChangeRecordInfo.d.ts.map +1 -0
- package/dist/did/__generated__/hooks/caHolderManagerChangeRecordInfo.js +51 -0
- package/dist/did/__generated__/hooks/caHolderManagerChangeRecordInfo.js.map +1 -0
- package/dist/did/__generated__/hooks/caHolderManagerInfo.d.ts +31 -0
- package/dist/did/__generated__/hooks/caHolderManagerInfo.d.ts.map +1 -0
- package/dist/did/__generated__/hooks/caHolderManagerInfo.js +54 -0
- package/dist/did/__generated__/hooks/caHolderManagerInfo.js.map +1 -0
- package/dist/did/__generated__/hooks/caHolderSearchTokenNFT.d.ts +49 -0
- package/dist/did/__generated__/hooks/caHolderSearchTokenNFT.d.ts.map +1 -0
- package/dist/did/__generated__/hooks/caHolderSearchTokenNFT.js +71 -0
- package/dist/did/__generated__/hooks/caHolderSearchTokenNFT.js.map +1 -0
- package/dist/did/__generated__/hooks/caHolderTokenBalanceInfo.d.ts +30 -0
- package/dist/did/__generated__/hooks/caHolderTokenBalanceInfo.d.ts.map +1 -0
- package/dist/did/__generated__/hooks/caHolderTokenBalanceInfo.js +53 -0
- package/dist/did/__generated__/hooks/caHolderTokenBalanceInfo.js.map +1 -0
- package/dist/did/__generated__/hooks/caHolderTransaction.d.ts +56 -0
- package/dist/did/__generated__/hooks/caHolderTransaction.d.ts.map +1 -0
- package/dist/did/__generated__/hooks/caHolderTransaction.js +76 -0
- package/dist/did/__generated__/hooks/caHolderTransaction.js.map +1 -0
- package/dist/did/__generated__/hooks/caHolderTransactionAddressInfo.d.ts +27 -0
- package/dist/did/__generated__/hooks/caHolderTransactionAddressInfo.d.ts.map +1 -0
- package/dist/did/__generated__/hooks/caHolderTransactionAddressInfo.js +51 -0
- package/dist/did/__generated__/hooks/caHolderTransactionAddressInfo.js.map +1 -0
- package/dist/did/__generated__/hooks/loginGuardianAccountChangeRecordInfo.d.ts +38 -0
- package/dist/did/__generated__/hooks/loginGuardianAccountChangeRecordInfo.d.ts.map +1 -0
- package/dist/did/__generated__/hooks/loginGuardianAccountChangeRecordInfo.js +60 -0
- package/dist/did/__generated__/hooks/loginGuardianAccountChangeRecordInfo.js.map +1 -0
- package/dist/did/__generated__/hooks/loginGuardianAccountInfo.d.ts +36 -0
- package/dist/did/__generated__/hooks/loginGuardianAccountInfo.d.ts.map +1 -0
- package/dist/did/__generated__/hooks/loginGuardianAccountInfo.js +58 -0
- package/dist/did/__generated__/hooks/loginGuardianAccountInfo.js.map +1 -0
- package/dist/did/__generated__/hooks/nftProtocolInfo.d.ts +41 -0
- package/dist/did/__generated__/hooks/nftProtocolInfo.d.ts.map +1 -0
- package/dist/did/__generated__/hooks/nftProtocolInfo.js +65 -0
- package/dist/did/__generated__/hooks/nftProtocolInfo.js.map +1 -0
- package/dist/did/__generated__/hooks/syncState.d.ts +23 -0
- package/dist/did/__generated__/hooks/syncState.d.ts.map +1 -0
- package/dist/did/__generated__/hooks/syncState.js +47 -0
- package/dist/did/__generated__/hooks/syncState.js.map +1 -0
- package/dist/did/__generated__/hooks/tokenInfo.d.ts +35 -0
- package/dist/did/__generated__/hooks/tokenInfo.d.ts.map +1 -0
- package/dist/did/__generated__/hooks/tokenInfo.js +59 -0
- package/dist/did/__generated__/hooks/tokenInfo.js.map +1 -0
- package/dist/did/__generated__/hooks/userNFTInfo.d.ts +44 -0
- package/dist/did/__generated__/hooks/userNFTInfo.d.ts.map +1 -0
- package/dist/did/__generated__/hooks/userNFTInfo.js +67 -0
- package/dist/did/__generated__/hooks/userNFTInfo.js.map +1 -0
- package/dist/did/__generated__/hooks/userNFTProtocolInfo.d.ts +41 -0
- package/dist/did/__generated__/hooks/userNFTProtocolInfo.d.ts.map +1 -0
- package/dist/did/__generated__/hooks/userNFTProtocolInfo.js +64 -0
- package/dist/did/__generated__/hooks/userNFTProtocolInfo.js.map +1 -0
- package/dist/did/__generated__/types.d.ts +408 -0
- package/dist/did/__generated__/types.d.ts.map +1 -0
- package/dist/did/__generated__/types.js +20 -0
- package/dist/did/__generated__/types.js.map +1 -0
- package/dist/did/index.d.ts +15 -0
- package/dist/did/index.d.ts.map +1 -0
- package/dist/did/index.js +58 -0
- package/dist/did/index.js.map +1 -0
- package/dist/did/utils.d.ts +7 -0
- package/dist/did/utils.d.ts.map +1 -0
- package/dist/did/utils.js +31 -0
- package/dist/did/utils.js.map +1 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +20 -0
- package/dist/index.js.map +1 -0
- package/dist/types/did.d.ts +11 -0
- package/dist/types/did.d.ts.map +1 -0
- package/dist/types/did.js +3 -0
- package/dist/types/did.js.map +1 -0
- package/dist/types/index.d.ts +9 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +25 -0
- package/dist/types/index.js.map +1 -0
- package/package.json +41 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"caHolderTransaction.js","sourceRoot":"","sources":["../../../../src/did/__generated__/hooks/caHolderTransaction.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,2CAAqC;AACrC,uDAAyC;AACzC,MAAM,cAAc,GAAG,EAAW,CAAC;AAiCtB,QAAA,2BAA2B,GAAG,IAAA,YAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmC7C,CAAC;AAkBF,SAAgB,2BAA2B,CACzC,WAAkG;IAElG,MAAM,OAAO,mCAAQ,cAAc,GAAK,WAAW,CAAE,CAAC;IACtD,OAAO,MAAM,CAAC,QAAQ,CACpB,mCAA2B,EAC3B,OAAO,CACR,CAAC;AACJ,CAAC;AARD,kEAQC;AACD,SAAgB,+BAA+B,CAC7C,WAAsG;IAEtG,MAAM,OAAO,mCAAQ,cAAc,GAAK,WAAW,CAAE,CAAC;IACtD,OAAO,MAAM,CAAC,YAAY,CACxB,mCAA2B,EAC3B,OAAO,CACR,CAAC;AACJ,CAAC;AARD,0EAQC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as Types from '../types';
|
|
2
|
+
import * as Apollo from '@apollo/client';
|
|
3
|
+
export type CaHolderTransactionAddressInfoQueryVariables = Types.Exact<{
|
|
4
|
+
dto?: Types.InputMaybe<Types.GetCaHolderTransactionAddressDto>;
|
|
5
|
+
}>;
|
|
6
|
+
export type CaHolderTransactionAddressInfoQuery = {
|
|
7
|
+
__typename?: 'Query';
|
|
8
|
+
caHolderTransactionAddressInfo?: Array<{
|
|
9
|
+
__typename?: 'CAHolderTransactionAddressDto';
|
|
10
|
+
chainId?: string | null;
|
|
11
|
+
caAddress?: string | null;
|
|
12
|
+
address?: string | null;
|
|
13
|
+
addressChainId?: string | null;
|
|
14
|
+
transactionTime: number;
|
|
15
|
+
} | null> | null;
|
|
16
|
+
};
|
|
17
|
+
export declare const CaHolderTransactionAddressInfoDocument: Apollo.DocumentNode;
|
|
18
|
+
export declare function useCaHolderTransactionAddressInfoQuery(baseOptions?: Apollo.QueryHookOptions<CaHolderTransactionAddressInfoQuery, CaHolderTransactionAddressInfoQueryVariables>): Apollo.QueryResult<CaHolderTransactionAddressInfoQuery, Types.Exact<{
|
|
19
|
+
dto?: Types.InputMaybe<Types.GetCaHolderTransactionAddressDto> | undefined;
|
|
20
|
+
}>>;
|
|
21
|
+
export declare function useCaHolderTransactionAddressInfoLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CaHolderTransactionAddressInfoQuery, CaHolderTransactionAddressInfoQueryVariables>): Apollo.LazyQueryResultTuple<CaHolderTransactionAddressInfoQuery, Types.Exact<{
|
|
22
|
+
dto?: Types.InputMaybe<Types.GetCaHolderTransactionAddressDto> | undefined;
|
|
23
|
+
}>>;
|
|
24
|
+
export type CaHolderTransactionAddressInfoQueryHookResult = ReturnType<typeof useCaHolderTransactionAddressInfoQuery>;
|
|
25
|
+
export type CaHolderTransactionAddressInfoLazyQueryHookResult = ReturnType<typeof useCaHolderTransactionAddressInfoLazyQuery>;
|
|
26
|
+
export type CaHolderTransactionAddressInfoQueryResult = Apollo.QueryResult<CaHolderTransactionAddressInfoQuery, CaHolderTransactionAddressInfoQueryVariables>;
|
|
27
|
+
//# sourceMappingURL=caHolderTransactionAddressInfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"caHolderTransactionAddressInfo.d.ts","sourceRoot":"","sources":["../../../../src/did/__generated__/hooks/caHolderTransactionAddressInfo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAGlC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,MAAM,MAAM,4CAA4C,GAAG,KAAK,CAAC,KAAK,CAAC;IACrE,GAAG,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,KAAK,CAAC,gCAAgC,CAAC,CAAC;CAChE,CAAC,CAAC;AAEH,MAAM,MAAM,mCAAmC,GAAG;IAChD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,8BAA8B,CAAC,EAAE,KAAK,CAAC;QACrC,UAAU,CAAC,EAAE,+BAA+B,CAAC;QAC7C,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC/B,eAAe,EAAE,MAAM,CAAC;KACzB,GAAG,IAAI,CAAC,GAAG,IAAI,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,sCAAsC,qBAUlD,CAAC;AAkBF,wBAAgB,sCAAsC,CACpD,WAAW,CAAC,EAAE,MAAM,CAAC,gBAAgB,CACnC,mCAAmC,EACnC,4CAA4C,CAC7C;;IAOF;AACD,wBAAgB,0CAA0C,CACxD,WAAW,CAAC,EAAE,MAAM,CAAC,oBAAoB,CACvC,mCAAmC,EACnC,4CAA4C,CAC7C;;IAOF;AACD,MAAM,MAAM,6CAA6C,GAAG,UAAU,CAAC,OAAO,sCAAsC,CAAC,CAAC;AACtH,MAAM,MAAM,iDAAiD,GAAG,UAAU,CACxE,OAAO,0CAA0C,CAClD,CAAC;AACF,MAAM,MAAM,yCAAyC,GAAG,MAAM,CAAC,WAAW,CACxE,mCAAmC,EACnC,4CAA4C,CAC7C,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.useCaHolderTransactionAddressInfoLazyQuery = exports.useCaHolderTransactionAddressInfoQuery = exports.CaHolderTransactionAddressInfoDocument = void 0;
|
|
27
|
+
const client_1 = require("@apollo/client");
|
|
28
|
+
const Apollo = __importStar(require("@apollo/client"));
|
|
29
|
+
const defaultOptions = {};
|
|
30
|
+
exports.CaHolderTransactionAddressInfoDocument = (0, client_1.gql) `
|
|
31
|
+
query caHolderTransactionAddressInfo($dto: GetCAHolderTransactionAddressDto) {
|
|
32
|
+
caHolderTransactionAddressInfo(dto: $dto) {
|
|
33
|
+
chainId
|
|
34
|
+
caAddress
|
|
35
|
+
address
|
|
36
|
+
addressChainId
|
|
37
|
+
transactionTime
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
`;
|
|
41
|
+
function useCaHolderTransactionAddressInfoQuery(baseOptions) {
|
|
42
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
43
|
+
return Apollo.useQuery(exports.CaHolderTransactionAddressInfoDocument, options);
|
|
44
|
+
}
|
|
45
|
+
exports.useCaHolderTransactionAddressInfoQuery = useCaHolderTransactionAddressInfoQuery;
|
|
46
|
+
function useCaHolderTransactionAddressInfoLazyQuery(baseOptions) {
|
|
47
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
48
|
+
return Apollo.useLazyQuery(exports.CaHolderTransactionAddressInfoDocument, options);
|
|
49
|
+
}
|
|
50
|
+
exports.useCaHolderTransactionAddressInfoLazyQuery = useCaHolderTransactionAddressInfoLazyQuery;
|
|
51
|
+
//# sourceMappingURL=caHolderTransactionAddressInfo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"caHolderTransactionAddressInfo.js","sourceRoot":"","sources":["../../../../src/did/__generated__/hooks/caHolderTransactionAddressInfo.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,2CAAqC;AACrC,uDAAyC;AACzC,MAAM,cAAc,GAAG,EAAW,CAAC;AAiBtB,QAAA,sCAAsC,GAAG,IAAA,YAAG,EAAA;;;;;;;;;;CAUxD,CAAC;AAkBF,SAAgB,sCAAsC,CACpD,WAGC;IAED,MAAM,OAAO,mCAAQ,cAAc,GAAK,WAAW,CAAE,CAAC;IACtD,OAAO,MAAM,CAAC,QAAQ,CACpB,8CAAsC,EACtC,OAAO,CACR,CAAC;AACJ,CAAC;AAXD,wFAWC;AACD,SAAgB,0CAA0C,CACxD,WAGC;IAED,MAAM,OAAO,mCAAQ,cAAc,GAAK,WAAW,CAAE,CAAC;IACtD,OAAO,MAAM,CAAC,YAAY,CACxB,8CAAsC,EACtC,OAAO,CACR,CAAC;AACJ,CAAC;AAXD,gGAWC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import * as Types from '../types';
|
|
2
|
+
import * as Apollo from '@apollo/client';
|
|
3
|
+
export type LoginGuardianAccountChangeRecordInfoQueryVariables = Types.Exact<{
|
|
4
|
+
dto?: Types.InputMaybe<Types.GetLoginGuardianAccountChangeRecordDto>;
|
|
5
|
+
}>;
|
|
6
|
+
export type LoginGuardianAccountChangeRecordInfoQuery = {
|
|
7
|
+
__typename?: 'Query';
|
|
8
|
+
loginGuardianAccountChangeRecordInfo?: Array<{
|
|
9
|
+
__typename?: 'LoginGuardianAccountChangeRecordDto';
|
|
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
|
+
loginGuardianAccount?: {
|
|
18
|
+
__typename?: 'GuardianAccountDto';
|
|
19
|
+
value?: string | null;
|
|
20
|
+
guardian?: {
|
|
21
|
+
__typename?: 'GuardianDto';
|
|
22
|
+
type: number;
|
|
23
|
+
verifier?: string | null;
|
|
24
|
+
} | null;
|
|
25
|
+
} | null;
|
|
26
|
+
} | null> | null;
|
|
27
|
+
};
|
|
28
|
+
export declare const LoginGuardianAccountChangeRecordInfoDocument: Apollo.DocumentNode;
|
|
29
|
+
export declare function useLoginGuardianAccountChangeRecordInfoQuery(baseOptions?: Apollo.QueryHookOptions<LoginGuardianAccountChangeRecordInfoQuery, LoginGuardianAccountChangeRecordInfoQueryVariables>): Apollo.QueryResult<LoginGuardianAccountChangeRecordInfoQuery, Types.Exact<{
|
|
30
|
+
dto?: Types.InputMaybe<Types.GetLoginGuardianAccountChangeRecordDto> | undefined;
|
|
31
|
+
}>>;
|
|
32
|
+
export declare function useLoginGuardianAccountChangeRecordInfoLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<LoginGuardianAccountChangeRecordInfoQuery, LoginGuardianAccountChangeRecordInfoQueryVariables>): Apollo.LazyQueryResultTuple<LoginGuardianAccountChangeRecordInfoQuery, Types.Exact<{
|
|
33
|
+
dto?: Types.InputMaybe<Types.GetLoginGuardianAccountChangeRecordDto> | undefined;
|
|
34
|
+
}>>;
|
|
35
|
+
export type LoginGuardianAccountChangeRecordInfoQueryHookResult = ReturnType<typeof useLoginGuardianAccountChangeRecordInfoQuery>;
|
|
36
|
+
export type LoginGuardianAccountChangeRecordInfoLazyQueryHookResult = ReturnType<typeof useLoginGuardianAccountChangeRecordInfoLazyQuery>;
|
|
37
|
+
export type LoginGuardianAccountChangeRecordInfoQueryResult = Apollo.QueryResult<LoginGuardianAccountChangeRecordInfoQuery, LoginGuardianAccountChangeRecordInfoQueryVariables>;
|
|
38
|
+
//# sourceMappingURL=loginGuardianAccountChangeRecordInfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loginGuardianAccountChangeRecordInfo.d.ts","sourceRoot":"","sources":["../../../../src/did/__generated__/hooks/loginGuardianAccountChangeRecordInfo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAGlC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,MAAM,MAAM,kDAAkD,GAAG,KAAK,CAAC,KAAK,CAAC;IAC3E,GAAG,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,KAAK,CAAC,sCAAsC,CAAC,CAAC;CACtE,CAAC,CAAC;AAEH,MAAM,MAAM,yCAAyC,GAAG;IACtD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,oCAAoC,CAAC,EAAE,KAAK,CAAC;QAC3C,UAAU,CAAC,EAAE,qCAAqC,CAAC;QACnD,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,oBAAoB,CAAC,EAAE;YACrB,UAAU,CAAC,EAAE,oBAAoB,CAAC;YAClC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YACtB,QAAQ,CAAC,EAAE;gBAAE,UAAU,CAAC,EAAE,aAAa,CAAC;gBAAC,IAAI,EAAE,MAAM,CAAC;gBAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;aAAE,GAAG,IAAI,CAAC;SAC1F,GAAG,IAAI,CAAC;KACV,GAAG,IAAI,CAAC,GAAG,IAAI,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,4CAA4C,qBAmBxD,CAAC;AAkBF,wBAAgB,4CAA4C,CAC1D,WAAW,CAAC,EAAE,MAAM,CAAC,gBAAgB,CACnC,yCAAyC,EACzC,kDAAkD,CACnD;;IAOF;AACD,wBAAgB,gDAAgD,CAC9D,WAAW,CAAC,EAAE,MAAM,CAAC,oBAAoB,CACvC,yCAAyC,EACzC,kDAAkD,CACnD;;IAOF;AACD,MAAM,MAAM,mDAAmD,GAAG,UAAU,CAC1E,OAAO,4CAA4C,CACpD,CAAC;AACF,MAAM,MAAM,uDAAuD,GAAG,UAAU,CAC9E,OAAO,gDAAgD,CACxD,CAAC;AACF,MAAM,MAAM,+CAA+C,GAAG,MAAM,CAAC,WAAW,CAC9E,yCAAyC,EACzC,kDAAkD,CACnD,CAAC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.useLoginGuardianAccountChangeRecordInfoLazyQuery = exports.useLoginGuardianAccountChangeRecordInfoQuery = exports.LoginGuardianAccountChangeRecordInfoDocument = void 0;
|
|
27
|
+
const client_1 = require("@apollo/client");
|
|
28
|
+
const Apollo = __importStar(require("@apollo/client"));
|
|
29
|
+
const defaultOptions = {};
|
|
30
|
+
exports.LoginGuardianAccountChangeRecordInfoDocument = (0, client_1.gql) `
|
|
31
|
+
query loginGuardianAccountChangeRecordInfo($dto: GetLoginGuardianAccountChangeRecordDto) {
|
|
32
|
+
loginGuardianAccountChangeRecordInfo(dto: $dto) {
|
|
33
|
+
changeType
|
|
34
|
+
blockHeight
|
|
35
|
+
id
|
|
36
|
+
chainId
|
|
37
|
+
caHash
|
|
38
|
+
caAddress
|
|
39
|
+
manager
|
|
40
|
+
loginGuardianAccount {
|
|
41
|
+
guardian {
|
|
42
|
+
type
|
|
43
|
+
verifier
|
|
44
|
+
}
|
|
45
|
+
value
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
`;
|
|
50
|
+
function useLoginGuardianAccountChangeRecordInfoQuery(baseOptions) {
|
|
51
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
52
|
+
return Apollo.useQuery(exports.LoginGuardianAccountChangeRecordInfoDocument, options);
|
|
53
|
+
}
|
|
54
|
+
exports.useLoginGuardianAccountChangeRecordInfoQuery = useLoginGuardianAccountChangeRecordInfoQuery;
|
|
55
|
+
function useLoginGuardianAccountChangeRecordInfoLazyQuery(baseOptions) {
|
|
56
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
57
|
+
return Apollo.useLazyQuery(exports.LoginGuardianAccountChangeRecordInfoDocument, options);
|
|
58
|
+
}
|
|
59
|
+
exports.useLoginGuardianAccountChangeRecordInfoLazyQuery = useLoginGuardianAccountChangeRecordInfoLazyQuery;
|
|
60
|
+
//# sourceMappingURL=loginGuardianAccountChangeRecordInfo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loginGuardianAccountChangeRecordInfo.js","sourceRoot":"","sources":["../../../../src/did/__generated__/hooks/loginGuardianAccountChangeRecordInfo.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,2CAAqC;AACrC,uDAAyC;AACzC,MAAM,cAAc,GAAG,EAAW,CAAC;AAwBtB,QAAA,4CAA4C,GAAG,IAAA,YAAG,EAAA;;;;;;;;;;;;;;;;;;;CAmB9D,CAAC;AAkBF,SAAgB,4CAA4C,CAC1D,WAGC;IAED,MAAM,OAAO,mCAAQ,cAAc,GAAK,WAAW,CAAE,CAAC;IACtD,OAAO,MAAM,CAAC,QAAQ,CACpB,oDAA4C,EAC5C,OAAO,CACR,CAAC;AACJ,CAAC;AAXD,oGAWC;AACD,SAAgB,gDAAgD,CAC9D,WAGC;IAED,MAAM,OAAO,mCAAQ,cAAc,GAAK,WAAW,CAAE,CAAC;IACtD,OAAO,MAAM,CAAC,YAAY,CAGxB,oDAA4C,EAAE,OAAO,CAAC,CAAC;AAC3D,CAAC;AAXD,4GAWC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as Types from '../types';
|
|
2
|
+
import * as Apollo from '@apollo/client';
|
|
3
|
+
export type LoginGuardianAccountInfoQueryVariables = Types.Exact<{
|
|
4
|
+
dto?: Types.InputMaybe<Types.GetLoginGuardianAccountInfoDto>;
|
|
5
|
+
}>;
|
|
6
|
+
export type LoginGuardianAccountInfoQuery = {
|
|
7
|
+
__typename?: 'Query';
|
|
8
|
+
loginGuardianAccountInfo?: Array<{
|
|
9
|
+
__typename?: 'LoginGuardianAccountDto';
|
|
10
|
+
id?: string | null;
|
|
11
|
+
chainId?: string | null;
|
|
12
|
+
caHash?: string | null;
|
|
13
|
+
caAddress?: string | null;
|
|
14
|
+
manager?: string | null;
|
|
15
|
+
loginGuardianAccount?: {
|
|
16
|
+
__typename?: 'GuardianAccountDto';
|
|
17
|
+
value?: string | null;
|
|
18
|
+
guardian?: {
|
|
19
|
+
__typename?: 'GuardianDto';
|
|
20
|
+
type: number;
|
|
21
|
+
verifier?: string | null;
|
|
22
|
+
} | null;
|
|
23
|
+
} | null;
|
|
24
|
+
} | null> | null;
|
|
25
|
+
};
|
|
26
|
+
export declare const LoginGuardianAccountInfoDocument: Apollo.DocumentNode;
|
|
27
|
+
export declare function useLoginGuardianAccountInfoQuery(baseOptions?: Apollo.QueryHookOptions<LoginGuardianAccountInfoQuery, LoginGuardianAccountInfoQueryVariables>): Apollo.QueryResult<LoginGuardianAccountInfoQuery, Types.Exact<{
|
|
28
|
+
dto?: Types.InputMaybe<Types.GetLoginGuardianAccountInfoDto> | undefined;
|
|
29
|
+
}>>;
|
|
30
|
+
export declare function useLoginGuardianAccountInfoLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<LoginGuardianAccountInfoQuery, LoginGuardianAccountInfoQueryVariables>): Apollo.LazyQueryResultTuple<LoginGuardianAccountInfoQuery, Types.Exact<{
|
|
31
|
+
dto?: Types.InputMaybe<Types.GetLoginGuardianAccountInfoDto> | undefined;
|
|
32
|
+
}>>;
|
|
33
|
+
export type LoginGuardianAccountInfoQueryHookResult = ReturnType<typeof useLoginGuardianAccountInfoQuery>;
|
|
34
|
+
export type LoginGuardianAccountInfoLazyQueryHookResult = ReturnType<typeof useLoginGuardianAccountInfoLazyQuery>;
|
|
35
|
+
export type LoginGuardianAccountInfoQueryResult = Apollo.QueryResult<LoginGuardianAccountInfoQuery, LoginGuardianAccountInfoQueryVariables>;
|
|
36
|
+
//# sourceMappingURL=loginGuardianAccountInfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loginGuardianAccountInfo.d.ts","sourceRoot":"","sources":["../../../../src/did/__generated__/hooks/loginGuardianAccountInfo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAGlC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,MAAM,MAAM,sCAAsC,GAAG,KAAK,CAAC,KAAK,CAAC;IAC/D,GAAG,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,KAAK,CAAC,8BAA8B,CAAC,CAAC;CAC9D,CAAC,CAAC;AAEH,MAAM,MAAM,6BAA6B,GAAG;IAC1C,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,wBAAwB,CAAC,EAAE,KAAK,CAAC;QAC/B,UAAU,CAAC,EAAE,yBAAyB,CAAC;QACvC,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,oBAAoB,CAAC,EAAE;YACrB,UAAU,CAAC,EAAE,oBAAoB,CAAC;YAClC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;YACtB,QAAQ,CAAC,EAAE;gBAAE,UAAU,CAAC,EAAE,aAAa,CAAC;gBAAC,IAAI,EAAE,MAAM,CAAC;gBAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;aAAE,GAAG,IAAI,CAAC;SAC1F,GAAG,IAAI,CAAC;KACV,GAAG,IAAI,CAAC,GAAG,IAAI,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,gCAAgC,qBAiB5C,CAAC;AAkBF,wBAAgB,gCAAgC,CAC9C,WAAW,CAAC,EAAE,MAAM,CAAC,gBAAgB,CAAC,6BAA6B,EAAE,sCAAsC,CAAC;;IAO7G;AACD,wBAAgB,oCAAoC,CAClD,WAAW,CAAC,EAAE,MAAM,CAAC,oBAAoB,CAAC,6BAA6B,EAAE,sCAAsC,CAAC;;IAOjH;AACD,MAAM,MAAM,uCAAuC,GAAG,UAAU,CAAC,OAAO,gCAAgC,CAAC,CAAC;AAC1G,MAAM,MAAM,2CAA2C,GAAG,UAAU,CAAC,OAAO,oCAAoC,CAAC,CAAC;AAClH,MAAM,MAAM,mCAAmC,GAAG,MAAM,CAAC,WAAW,CAClE,6BAA6B,EAC7B,sCAAsC,CACvC,CAAC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.useLoginGuardianAccountInfoLazyQuery = exports.useLoginGuardianAccountInfoQuery = exports.LoginGuardianAccountInfoDocument = void 0;
|
|
27
|
+
const client_1 = require("@apollo/client");
|
|
28
|
+
const Apollo = __importStar(require("@apollo/client"));
|
|
29
|
+
const defaultOptions = {};
|
|
30
|
+
exports.LoginGuardianAccountInfoDocument = (0, client_1.gql) `
|
|
31
|
+
query loginGuardianAccountInfo($dto: GetLoginGuardianAccountInfoDto) {
|
|
32
|
+
loginGuardianAccountInfo(dto: $dto) {
|
|
33
|
+
id
|
|
34
|
+
chainId
|
|
35
|
+
caHash
|
|
36
|
+
caAddress
|
|
37
|
+
manager
|
|
38
|
+
loginGuardianAccount {
|
|
39
|
+
guardian {
|
|
40
|
+
type
|
|
41
|
+
verifier
|
|
42
|
+
}
|
|
43
|
+
value
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
`;
|
|
48
|
+
function useLoginGuardianAccountInfoQuery(baseOptions) {
|
|
49
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
50
|
+
return Apollo.useQuery(exports.LoginGuardianAccountInfoDocument, options);
|
|
51
|
+
}
|
|
52
|
+
exports.useLoginGuardianAccountInfoQuery = useLoginGuardianAccountInfoQuery;
|
|
53
|
+
function useLoginGuardianAccountInfoLazyQuery(baseOptions) {
|
|
54
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
55
|
+
return Apollo.useLazyQuery(exports.LoginGuardianAccountInfoDocument, options);
|
|
56
|
+
}
|
|
57
|
+
exports.useLoginGuardianAccountInfoLazyQuery = useLoginGuardianAccountInfoLazyQuery;
|
|
58
|
+
//# sourceMappingURL=loginGuardianAccountInfo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loginGuardianAccountInfo.js","sourceRoot":"","sources":["../../../../src/did/__generated__/hooks/loginGuardianAccountInfo.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,2CAAqC;AACrC,uDAAyC;AACzC,MAAM,cAAc,GAAG,EAAW,CAAC;AAsBtB,QAAA,gCAAgC,GAAG,IAAA,YAAG,EAAA;;;;;;;;;;;;;;;;;CAiBlD,CAAC;AAkBF,SAAgB,gCAAgC,CAC9C,WAA4G;IAE5G,MAAM,OAAO,mCAAQ,cAAc,GAAK,WAAW,CAAE,CAAC;IACtD,OAAO,MAAM,CAAC,QAAQ,CACpB,wCAAgC,EAChC,OAAO,CACR,CAAC;AACJ,CAAC;AARD,4EAQC;AACD,SAAgB,oCAAoC,CAClD,WAAgH;IAEhH,MAAM,OAAO,mCAAQ,cAAc,GAAK,WAAW,CAAE,CAAC;IACtD,OAAO,MAAM,CAAC,YAAY,CACxB,wCAAgC,EAChC,OAAO,CACR,CAAC;AACJ,CAAC;AARD,oFAQC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import * as Types from '../types';
|
|
2
|
+
import * as Apollo from '@apollo/client';
|
|
3
|
+
export type NftProtocolInfoQueryVariables = Types.Exact<{
|
|
4
|
+
dto?: Types.InputMaybe<Types.GetNftProtocolInfoDto>;
|
|
5
|
+
}>;
|
|
6
|
+
export type NftProtocolInfoQuery = {
|
|
7
|
+
__typename?: 'Query';
|
|
8
|
+
nftProtocolInfo?: Array<{
|
|
9
|
+
__typename?: 'NFTProtocolInfoDto';
|
|
10
|
+
id?: string | null;
|
|
11
|
+
chainId?: string | null;
|
|
12
|
+
blockHash?: string | null;
|
|
13
|
+
blockHeight: number;
|
|
14
|
+
previousBlockHash?: string | null;
|
|
15
|
+
protocolName?: string | null;
|
|
16
|
+
symbol?: string | null;
|
|
17
|
+
tokenId: number;
|
|
18
|
+
owner?: string | null;
|
|
19
|
+
minter?: string | null;
|
|
20
|
+
quantity: number;
|
|
21
|
+
alias?: string | null;
|
|
22
|
+
baseUri?: string | null;
|
|
23
|
+
uri?: string | null;
|
|
24
|
+
creator?: string | null;
|
|
25
|
+
nftType?: string | null;
|
|
26
|
+
totalQuantity: number;
|
|
27
|
+
tokenHash?: string | null;
|
|
28
|
+
imageUrl?: string | null;
|
|
29
|
+
} | null> | null;
|
|
30
|
+
};
|
|
31
|
+
export declare const NftProtocolInfoDocument: Apollo.DocumentNode;
|
|
32
|
+
export declare function useNftProtocolInfoQuery(baseOptions?: Apollo.QueryHookOptions<NftProtocolInfoQuery, NftProtocolInfoQueryVariables>): Apollo.QueryResult<NftProtocolInfoQuery, Types.Exact<{
|
|
33
|
+
dto?: Types.InputMaybe<Types.GetNftProtocolInfoDto> | undefined;
|
|
34
|
+
}>>;
|
|
35
|
+
export declare function useNftProtocolInfoLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<NftProtocolInfoQuery, NftProtocolInfoQueryVariables>): Apollo.LazyQueryResultTuple<NftProtocolInfoQuery, Types.Exact<{
|
|
36
|
+
dto?: Types.InputMaybe<Types.GetNftProtocolInfoDto> | undefined;
|
|
37
|
+
}>>;
|
|
38
|
+
export type NftProtocolInfoQueryHookResult = ReturnType<typeof useNftProtocolInfoQuery>;
|
|
39
|
+
export type NftProtocolInfoLazyQueryHookResult = ReturnType<typeof useNftProtocolInfoLazyQuery>;
|
|
40
|
+
export type NftProtocolInfoQueryResult = Apollo.QueryResult<NftProtocolInfoQuery, NftProtocolInfoQueryVariables>;
|
|
41
|
+
//# sourceMappingURL=nftProtocolInfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nftProtocolInfo.d.ts","sourceRoot":"","sources":["../../../../src/did/__generated__/hooks/nftProtocolInfo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,UAAU,CAAC;AAGlC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,MAAM,MAAM,6BAA6B,GAAG,KAAK,CAAC,KAAK,CAAC;IACtD,GAAG,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC;CACrD,CAAC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG;IACjC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,KAAK,CAAC;QACtB,UAAU,CAAC,EAAE,oBAAoB,CAAC;QAClC,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,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC7B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,OAAO,EAAE,MAAM,CAAC;QAChB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACtB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,QAAQ,EAAE,MAAM,CAAC;QACjB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACtB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,aAAa,EAAE,MAAM,CAAC;QACtB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KAC1B,GAAG,IAAI,CAAC,GAAG,IAAI,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,uBAAuB,qBAwBnC,CAAC;AAkBF,wBAAgB,uBAAuB,CACrC,WAAW,CAAC,EAAE,MAAM,CAAC,gBAAgB,CAAC,oBAAoB,EAAE,6BAA6B,CAAC;;IAI3F;AACD,wBAAgB,2BAA2B,CACzC,WAAW,CAAC,EAAE,MAAM,CAAC,oBAAoB,CAAC,oBAAoB,EAAE,6BAA6B,CAAC;;IAI/F;AACD,MAAM,MAAM,8BAA8B,GAAG,UAAU,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACxF,MAAM,MAAM,kCAAkC,GAAG,UAAU,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAChG,MAAM,MAAM,0BAA0B,GAAG,MAAM,CAAC,WAAW,CAAC,oBAAoB,EAAE,6BAA6B,CAAC,CAAC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.useNftProtocolInfoLazyQuery = exports.useNftProtocolInfoQuery = exports.NftProtocolInfoDocument = void 0;
|
|
27
|
+
const client_1 = require("@apollo/client");
|
|
28
|
+
const Apollo = __importStar(require("@apollo/client"));
|
|
29
|
+
const defaultOptions = {};
|
|
30
|
+
exports.NftProtocolInfoDocument = (0, client_1.gql) `
|
|
31
|
+
query nftProtocolInfo($dto: GetNFTProtocolInfoDto) {
|
|
32
|
+
nftProtocolInfo(dto: $dto) {
|
|
33
|
+
id
|
|
34
|
+
chainId
|
|
35
|
+
blockHash
|
|
36
|
+
blockHeight
|
|
37
|
+
previousBlockHash
|
|
38
|
+
protocolName
|
|
39
|
+
symbol
|
|
40
|
+
tokenId
|
|
41
|
+
owner
|
|
42
|
+
minter
|
|
43
|
+
quantity
|
|
44
|
+
alias
|
|
45
|
+
baseUri
|
|
46
|
+
uri
|
|
47
|
+
creator
|
|
48
|
+
nftType
|
|
49
|
+
totalQuantity
|
|
50
|
+
tokenHash
|
|
51
|
+
imageUrl
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
`;
|
|
55
|
+
function useNftProtocolInfoQuery(baseOptions) {
|
|
56
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
57
|
+
return Apollo.useQuery(exports.NftProtocolInfoDocument, options);
|
|
58
|
+
}
|
|
59
|
+
exports.useNftProtocolInfoQuery = useNftProtocolInfoQuery;
|
|
60
|
+
function useNftProtocolInfoLazyQuery(baseOptions) {
|
|
61
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
62
|
+
return Apollo.useLazyQuery(exports.NftProtocolInfoDocument, options);
|
|
63
|
+
}
|
|
64
|
+
exports.useNftProtocolInfoLazyQuery = useNftProtocolInfoLazyQuery;
|
|
65
|
+
//# sourceMappingURL=nftProtocolInfo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nftProtocolInfo.js","sourceRoot":"","sources":["../../../../src/did/__generated__/hooks/nftProtocolInfo.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,2CAAqC;AACrC,uDAAyC;AACzC,MAAM,cAAc,GAAG,EAAW,CAAC;AA+BtB,QAAA,uBAAuB,GAAG,IAAA,YAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;CAwBzC,CAAC;AAkBF,SAAgB,uBAAuB,CACrC,WAA0F;IAE1F,MAAM,OAAO,mCAAQ,cAAc,GAAK,WAAW,CAAE,CAAC;IACtD,OAAO,MAAM,CAAC,QAAQ,CAAsD,+BAAuB,EAAE,OAAO,CAAC,CAAC;AAChH,CAAC;AALD,0DAKC;AACD,SAAgB,2BAA2B,CACzC,WAA8F;IAE9F,MAAM,OAAO,mCAAQ,cAAc,GAAK,WAAW,CAAE,CAAC;IACtD,OAAO,MAAM,CAAC,YAAY,CAAsD,+BAAuB,EAAE,OAAO,CAAC,CAAC;AACpH,CAAC;AALD,kEAKC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
export declare function useSyncStateQuery(baseOptions?: Apollo.QueryHookOptions<SyncStateQuery, SyncStateQueryVariables>): Apollo.QueryResult<SyncStateQuery, Types.Exact<{
|
|
15
|
+
dto?: Types.InputMaybe<Types.GetSyncStateDto> | undefined;
|
|
16
|
+
}>>;
|
|
17
|
+
export declare function useSyncStateLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<SyncStateQuery, SyncStateQueryVariables>): Apollo.LazyQueryResultTuple<SyncStateQuery, Types.Exact<{
|
|
18
|
+
dto?: Types.InputMaybe<Types.GetSyncStateDto> | undefined;
|
|
19
|
+
}>>;
|
|
20
|
+
export type SyncStateQueryHookResult = ReturnType<typeof useSyncStateQuery>;
|
|
21
|
+
export type SyncStateLazyQueryHookResult = ReturnType<typeof useSyncStateLazyQuery>;
|
|
22
|
+
export type SyncStateQueryResult = Apollo.QueryResult<SyncStateQuery, SyncStateQueryVariables>;
|
|
23
|
+
//# 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;AAkBF,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,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.useSyncStateLazyQuery = exports.useSyncStateQuery = exports.SyncStateDocument = void 0;
|
|
27
|
+
const client_1 = require("@apollo/client");
|
|
28
|
+
const Apollo = __importStar(require("@apollo/client"));
|
|
29
|
+
const defaultOptions = {};
|
|
30
|
+
exports.SyncStateDocument = (0, client_1.gql) `
|
|
31
|
+
query syncState($dto: GetSyncStateDto) {
|
|
32
|
+
syncState(dto: $dto) {
|
|
33
|
+
confirmedBlockHeight
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
`;
|
|
37
|
+
function useSyncStateQuery(baseOptions) {
|
|
38
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
39
|
+
return Apollo.useQuery(exports.SyncStateDocument, options);
|
|
40
|
+
}
|
|
41
|
+
exports.useSyncStateQuery = useSyncStateQuery;
|
|
42
|
+
function useSyncStateLazyQuery(baseOptions) {
|
|
43
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
44
|
+
return Apollo.useLazyQuery(exports.SyncStateDocument, options);
|
|
45
|
+
}
|
|
46
|
+
exports.useSyncStateLazyQuery = useSyncStateLazyQuery;
|
|
47
|
+
//# sourceMappingURL=syncState.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"syncState.js","sourceRoot":"","sources":["../../../../src/did/__generated__/hooks/syncState.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,2CAAqC;AACrC,uDAAyC;AACzC,MAAM,cAAc,GAAG,EAAW,CAAC;AAUtB,QAAA,iBAAiB,GAAG,IAAA,YAAG,EAAA;;;;;;CAMnC,CAAC;AAkBF,SAAgB,iBAAiB,CAAC,WAA8E;IAC9G,MAAM,OAAO,mCAAQ,cAAc,GAAK,WAAW,CAAE,CAAC;IACtD,OAAO,MAAM,CAAC,QAAQ,CAA0C,yBAAiB,EAAE,OAAO,CAAC,CAAC;AAC9F,CAAC;AAHD,8CAGC;AACD,SAAgB,qBAAqB,CACnC,WAAkF;IAElF,MAAM,OAAO,mCAAQ,cAAc,GAAK,WAAW,CAAE,CAAC;IACtD,OAAO,MAAM,CAAC,YAAY,CAA0C,yBAAiB,EAAE,OAAO,CAAC,CAAC;AAClG,CAAC;AALD,sDAKC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
tokenContractAddress?: string | null;
|
|
17
|
+
decimals: number;
|
|
18
|
+
totalSupply: number;
|
|
19
|
+
tokenName?: string | null;
|
|
20
|
+
issuer?: string | null;
|
|
21
|
+
isBurnable: boolean;
|
|
22
|
+
issueChainId: number;
|
|
23
|
+
} | null> | null;
|
|
24
|
+
};
|
|
25
|
+
export declare const TokenInfoDocument: Apollo.DocumentNode;
|
|
26
|
+
export declare function useTokenInfoQuery(baseOptions?: Apollo.QueryHookOptions<TokenInfoQuery, TokenInfoQueryVariables>): Apollo.QueryResult<TokenInfoQuery, Types.Exact<{
|
|
27
|
+
dto?: Types.InputMaybe<Types.GetTokenInfoDto> | undefined;
|
|
28
|
+
}>>;
|
|
29
|
+
export declare function useTokenInfoLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TokenInfoQuery, TokenInfoQueryVariables>): Apollo.LazyQueryResultTuple<TokenInfoQuery, Types.Exact<{
|
|
30
|
+
dto?: Types.InputMaybe<Types.GetTokenInfoDto> | undefined;
|
|
31
|
+
}>>;
|
|
32
|
+
export type TokenInfoQueryHookResult = ReturnType<typeof useTokenInfoQuery>;
|
|
33
|
+
export type TokenInfoLazyQueryHookResult = ReturnType<typeof useTokenInfoLazyQuery>;
|
|
34
|
+
export type TokenInfoQueryResult = Apollo.QueryResult<TokenInfoQuery, TokenInfoQueryVariables>;
|
|
35
|
+
//# 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,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,qBAkB7B,CAAC;AAkBF,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,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.useTokenInfoLazyQuery = exports.useTokenInfoQuery = exports.TokenInfoDocument = void 0;
|
|
27
|
+
const client_1 = require("@apollo/client");
|
|
28
|
+
const Apollo = __importStar(require("@apollo/client"));
|
|
29
|
+
const defaultOptions = {};
|
|
30
|
+
exports.TokenInfoDocument = (0, client_1.gql) `
|
|
31
|
+
query tokenInfo($dto: GetTokenInfoDto) {
|
|
32
|
+
tokenInfo(dto: $dto) {
|
|
33
|
+
id
|
|
34
|
+
chainId
|
|
35
|
+
blockHash
|
|
36
|
+
blockHeight
|
|
37
|
+
previousBlockHash
|
|
38
|
+
symbol
|
|
39
|
+
tokenContractAddress
|
|
40
|
+
decimals
|
|
41
|
+
totalSupply
|
|
42
|
+
tokenName
|
|
43
|
+
issuer
|
|
44
|
+
isBurnable
|
|
45
|
+
issueChainId
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
`;
|
|
49
|
+
function useTokenInfoQuery(baseOptions) {
|
|
50
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
51
|
+
return Apollo.useQuery(exports.TokenInfoDocument, options);
|
|
52
|
+
}
|
|
53
|
+
exports.useTokenInfoQuery = useTokenInfoQuery;
|
|
54
|
+
function useTokenInfoLazyQuery(baseOptions) {
|
|
55
|
+
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
56
|
+
return Apollo.useLazyQuery(exports.TokenInfoDocument, options);
|
|
57
|
+
}
|
|
58
|
+
exports.useTokenInfoLazyQuery = useTokenInfoLazyQuery;
|
|
59
|
+
//# sourceMappingURL=tokenInfo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tokenInfo.js","sourceRoot":"","sources":["../../../../src/did/__generated__/hooks/tokenInfo.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAEA,2CAAqC;AACrC,uDAAyC;AACzC,MAAM,cAAc,GAAG,EAAW,CAAC;AAyBtB,QAAA,iBAAiB,GAAG,IAAA,YAAG,EAAA;;;;;;;;;;;;;;;;;;CAkBnC,CAAC;AAkBF,SAAgB,iBAAiB,CAAC,WAA8E;IAC9G,MAAM,OAAO,mCAAQ,cAAc,GAAK,WAAW,CAAE,CAAC;IACtD,OAAO,MAAM,CAAC,QAAQ,CAA0C,yBAAiB,EAAE,OAAO,CAAC,CAAC;AAC9F,CAAC;AAHD,8CAGC;AACD,SAAgB,qBAAqB,CACnC,WAAkF;IAElF,MAAM,OAAO,mCAAQ,cAAc,GAAK,WAAW,CAAE,CAAC;IACtD,OAAO,MAAM,CAAC,YAAY,CAA0C,yBAAiB,EAAE,OAAO,CAAC,CAAC;AAClG,CAAC;AALD,sDAKC"}
|