@waiaas/daemon 2.5.0 → 2.6.0-rc.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/dist/api/middleware/error-handler.d.ts +1 -1
- package/dist/api/middleware/error-handler.js +2 -2
- package/dist/api/middleware/error-handler.js.map +1 -1
- package/dist/api/routes/admin.d.ts.map +1 -1
- package/dist/api/routes/admin.js +6 -30
- package/dist/api/routes/admin.js.map +1 -1
- package/dist/api/routes/connect-info.d.ts.map +1 -1
- package/dist/api/routes/connect-info.js +6 -0
- package/dist/api/routes/connect-info.js.map +1 -1
- package/dist/api/routes/incoming.d.ts +40 -0
- package/dist/api/routes/incoming.d.ts.map +1 -0
- package/dist/api/routes/incoming.js +281 -0
- package/dist/api/routes/incoming.js.map +1 -0
- package/dist/api/routes/openapi-schemas.d.ts +337 -24
- package/dist/api/routes/openapi-schemas.d.ts.map +1 -1
- package/dist/api/routes/openapi-schemas.js +78 -0
- package/dist/api/routes/openapi-schemas.js.map +1 -1
- package/dist/api/routes/tokens.d.ts.map +1 -1
- package/dist/api/routes/tokens.js +1 -0
- package/dist/api/routes/tokens.js.map +1 -1
- package/dist/api/routes/wallets.d.ts +4 -0
- package/dist/api/routes/wallets.d.ts.map +1 -1
- package/dist/api/routes/wallets.js +173 -1
- package/dist/api/routes/wallets.js.map +1 -1
- package/dist/api/routes/x402.js +1 -1
- package/dist/api/routes/x402.js.map +1 -1
- package/dist/api/server.d.ts +4 -0
- package/dist/api/server.d.ts.map +1 -1
- package/dist/api/server.js +12 -0
- package/dist/api/server.js.map +1 -1
- package/dist/infrastructure/config/loader.d.ts +43 -0
- package/dist/infrastructure/config/loader.d.ts.map +1 -1
- package/dist/infrastructure/config/loader.js +13 -1
- package/dist/infrastructure/config/loader.js.map +1 -1
- package/dist/infrastructure/database/index.d.ts +1 -1
- package/dist/infrastructure/database/index.d.ts.map +1 -1
- package/dist/infrastructure/database/index.js +1 -1
- package/dist/infrastructure/database/index.js.map +1 -1
- package/dist/infrastructure/database/migrate.d.ts +2 -2
- package/dist/infrastructure/database/migrate.d.ts.map +1 -1
- package/dist/infrastructure/database/migrate.js +123 -6
- package/dist/infrastructure/database/migrate.js.map +1 -1
- package/dist/infrastructure/database/schema.d.ts +400 -1
- package/dist/infrastructure/database/schema.d.ts.map +1 -1
- package/dist/infrastructure/database/schema.js +43 -2
- package/dist/infrastructure/database/schema.js.map +1 -1
- package/dist/infrastructure/oracle/coingecko-oracle.d.ts +9 -1
- package/dist/infrastructure/oracle/coingecko-oracle.d.ts.map +1 -1
- package/dist/infrastructure/oracle/coingecko-oracle.js +40 -23
- package/dist/infrastructure/oracle/coingecko-oracle.js.map +1 -1
- package/dist/infrastructure/oracle/coingecko-platform-ids.d.ts +11 -10
- package/dist/infrastructure/oracle/coingecko-platform-ids.d.ts.map +1 -1
- package/dist/infrastructure/oracle/coingecko-platform-ids.js +20 -12
- package/dist/infrastructure/oracle/coingecko-platform-ids.js.map +1 -1
- package/dist/infrastructure/oracle/index.d.ts +1 -1
- package/dist/infrastructure/oracle/index.d.ts.map +1 -1
- package/dist/infrastructure/oracle/index.js +1 -1
- package/dist/infrastructure/oracle/index.js.map +1 -1
- package/dist/infrastructure/oracle/oracle-chain.d.ts.map +1 -1
- package/dist/infrastructure/oracle/oracle-chain.js +7 -4
- package/dist/infrastructure/oracle/oracle-chain.js.map +1 -1
- package/dist/infrastructure/oracle/price-cache.d.ts +24 -8
- package/dist/infrastructure/oracle/price-cache.d.ts.map +1 -1
- package/dist/infrastructure/oracle/price-cache.js +32 -11
- package/dist/infrastructure/oracle/price-cache.js.map +1 -1
- package/dist/infrastructure/oracle/pyth-feed-ids.d.ts +11 -8
- package/dist/infrastructure/oracle/pyth-feed-ids.d.ts.map +1 -1
- package/dist/infrastructure/oracle/pyth-feed-ids.js +16 -17
- package/dist/infrastructure/oracle/pyth-feed-ids.js.map +1 -1
- package/dist/infrastructure/oracle/pyth-oracle.d.ts.map +1 -1
- package/dist/infrastructure/oracle/pyth-oracle.js +7 -4
- package/dist/infrastructure/oracle/pyth-oracle.js.map +1 -1
- package/dist/infrastructure/settings/hot-reload.d.ts +9 -0
- package/dist/infrastructure/settings/hot-reload.d.ts.map +1 -1
- package/dist/infrastructure/settings/hot-reload.js +34 -5
- package/dist/infrastructure/settings/hot-reload.js.map +1 -1
- package/dist/infrastructure/settings/setting-keys.d.ts +2 -2
- package/dist/infrastructure/settings/setting-keys.d.ts.map +1 -1
- package/dist/infrastructure/settings/setting-keys.js +12 -3
- package/dist/infrastructure/settings/setting-keys.js.map +1 -1
- package/dist/infrastructure/token-registry/token-registry-service.d.ts +1 -0
- package/dist/infrastructure/token-registry/token-registry-service.d.ts.map +1 -1
- package/dist/infrastructure/token-registry/token-registry-service.js +15 -1
- package/dist/infrastructure/token-registry/token-registry-service.js.map +1 -1
- package/dist/lifecycle/daemon.d.ts +3 -1
- package/dist/lifecycle/daemon.d.ts.map +1 -1
- package/dist/lifecycle/daemon.js +84 -4
- package/dist/lifecycle/daemon.js.map +1 -1
- package/dist/notifications/channels/discord.d.ts.map +1 -1
- package/dist/notifications/channels/discord.js +21 -8
- package/dist/notifications/channels/discord.js.map +1 -1
- package/dist/notifications/channels/format-utils.d.ts +11 -0
- package/dist/notifications/channels/format-utils.d.ts.map +1 -0
- package/dist/notifications/channels/format-utils.js +19 -0
- package/dist/notifications/channels/format-utils.js.map +1 -0
- package/dist/notifications/channels/ntfy.d.ts.map +1 -1
- package/dist/notifications/channels/ntfy.js +18 -2
- package/dist/notifications/channels/ntfy.js.map +1 -1
- package/dist/notifications/channels/slack.d.ts.map +1 -1
- package/dist/notifications/channels/slack.js +20 -7
- package/dist/notifications/channels/slack.js.map +1 -1
- package/dist/notifications/channels/telegram.d.ts.map +1 -1
- package/dist/notifications/channels/telegram.js +21 -5
- package/dist/notifications/channels/telegram.js.map +1 -1
- package/dist/notifications/notification-service.d.ts +14 -0
- package/dist/notifications/notification-service.d.ts.map +1 -1
- package/dist/notifications/notification-service.js +89 -2
- package/dist/notifications/notification-service.js.map +1 -1
- package/dist/pipeline/database-policy-engine.d.ts +9 -5
- package/dist/pipeline/database-policy-engine.d.ts.map +1 -1
- package/dist/pipeline/database-policy-engine.js +42 -10
- package/dist/pipeline/database-policy-engine.js.map +1 -1
- package/dist/pipeline/resolve-effective-amount-usd.d.ts +1 -1
- package/dist/pipeline/resolve-effective-amount-usd.d.ts.map +1 -1
- package/dist/pipeline/resolve-effective-amount-usd.js +5 -3
- package/dist/pipeline/resolve-effective-amount-usd.js.map +1 -1
- package/dist/pipeline/stages.d.ts.map +1 -1
- package/dist/pipeline/stages.js +7 -1
- package/dist/pipeline/stages.js.map +1 -1
- package/dist/services/incoming/__tests__/incoming-tx-monitor-service.test.d.ts +11 -0
- package/dist/services/incoming/__tests__/incoming-tx-monitor-service.test.d.ts.map +1 -0
- package/dist/services/incoming/__tests__/incoming-tx-monitor-service.test.js +432 -0
- package/dist/services/incoming/__tests__/incoming-tx-monitor-service.test.js.map +1 -0
- package/dist/services/incoming/__tests__/incoming-tx-queue.test.d.ts +12 -0
- package/dist/services/incoming/__tests__/incoming-tx-queue.test.d.ts.map +1 -0
- package/dist/services/incoming/__tests__/incoming-tx-queue.test.js +419 -0
- package/dist/services/incoming/__tests__/incoming-tx-queue.test.js.map +1 -0
- package/dist/services/incoming/__tests__/incoming-tx-workers.test.d.ts +14 -0
- package/dist/services/incoming/__tests__/incoming-tx-workers.test.d.ts.map +1 -0
- package/dist/services/incoming/__tests__/incoming-tx-workers.test.js +452 -0
- package/dist/services/incoming/__tests__/incoming-tx-workers.test.js.map +1 -0
- package/dist/services/incoming/__tests__/integration-pitfall.test.d.ts +17 -0
- package/dist/services/incoming/__tests__/integration-pitfall.test.d.ts.map +1 -0
- package/dist/services/incoming/__tests__/integration-pitfall.test.js +653 -0
- package/dist/services/incoming/__tests__/integration-pitfall.test.js.map +1 -0
- package/dist/services/incoming/__tests__/integration-resilience.test.d.ts +14 -0
- package/dist/services/incoming/__tests__/integration-resilience.test.d.ts.map +1 -0
- package/dist/services/incoming/__tests__/integration-resilience.test.js +501 -0
- package/dist/services/incoming/__tests__/integration-resilience.test.js.map +1 -0
- package/dist/services/incoming/__tests__/integration-wiring.test.d.ts +15 -0
- package/dist/services/incoming/__tests__/integration-wiring.test.d.ts.map +1 -0
- package/dist/services/incoming/__tests__/integration-wiring.test.js +355 -0
- package/dist/services/incoming/__tests__/integration-wiring.test.js.map +1 -0
- package/dist/services/incoming/__tests__/safety-rules.test.d.ts +10 -0
- package/dist/services/incoming/__tests__/safety-rules.test.d.ts.map +1 -0
- package/dist/services/incoming/__tests__/safety-rules.test.js +165 -0
- package/dist/services/incoming/__tests__/safety-rules.test.js.map +1 -0
- package/dist/services/incoming/__tests__/subscription-multiplexer.test.d.ts +2 -0
- package/dist/services/incoming/__tests__/subscription-multiplexer.test.d.ts.map +1 -0
- package/dist/services/incoming/__tests__/subscription-multiplexer.test.js +267 -0
- package/dist/services/incoming/__tests__/subscription-multiplexer.test.js.map +1 -0
- package/dist/services/incoming/incoming-tx-monitor-service.d.ts +98 -0
- package/dist/services/incoming/incoming-tx-monitor-service.d.ts.map +1 -0
- package/dist/services/incoming/incoming-tx-monitor-service.js +357 -0
- package/dist/services/incoming/incoming-tx-monitor-service.js.map +1 -0
- package/dist/services/incoming/incoming-tx-queue.d.ts +52 -0
- package/dist/services/incoming/incoming-tx-queue.d.ts.map +1 -0
- package/dist/services/incoming/incoming-tx-queue.js +109 -0
- package/dist/services/incoming/incoming-tx-queue.js.map +1 -0
- package/dist/services/incoming/incoming-tx-workers.d.ts +89 -0
- package/dist/services/incoming/incoming-tx-workers.d.ts.map +1 -0
- package/dist/services/incoming/incoming-tx-workers.js +176 -0
- package/dist/services/incoming/incoming-tx-workers.js.map +1 -0
- package/dist/services/incoming/index.d.ts +14 -0
- package/dist/services/incoming/index.d.ts.map +1 -0
- package/dist/services/incoming/index.js +11 -0
- package/dist/services/incoming/index.js.map +1 -0
- package/dist/services/incoming/safety-rules.d.ts +70 -0
- package/dist/services/incoming/safety-rules.d.ts.map +1 -0
- package/dist/services/incoming/safety-rules.js +68 -0
- package/dist/services/incoming/safety-rules.js.map +1 -0
- package/dist/services/incoming/subscription-multiplexer.d.ts +87 -0
- package/dist/services/incoming/subscription-multiplexer.d.ts.map +1 -0
- package/dist/services/incoming/subscription-multiplexer.js +169 -0
- package/dist/services/incoming/subscription-multiplexer.js.map +1 -0
- package/dist/services/signing-sdk/approval-channel-router.d.ts +1 -1
- package/dist/services/signing-sdk/approval-channel-router.d.ts.map +1 -1
- package/dist/services/signing-sdk/approval-channel-router.js +2 -3
- package/dist/services/signing-sdk/approval-channel-router.js.map +1 -1
- package/dist/services/signing-sdk/channels/wallet-notification-channel.js +1 -1
- package/dist/services/signing-sdk/channels/wallet-notification-channel.js.map +1 -1
- package/dist/services/wc-session-service.d.ts +0 -2
- package/dist/services/wc-session-service.d.ts.map +1 -1
- package/dist/services/wc-session-service.js +2 -23
- package/dist/services/wc-session-service.js.map +1 -1
- package/dist/services/x402/x402-domain-policy.d.ts +6 -1
- package/dist/services/x402/x402-domain-policy.d.ts.map +1 -1
- package/dist/services/x402/x402-domain-policy.js +6 -2
- package/dist/services/x402/x402-domain-policy.js.map +1 -1
- package/package.json +4 -4
- package/public/admin/assets/index-D06O_cSo.js +1 -0
- package/public/admin/index.html +1 -1
- package/public/admin/assets/index-BLLOYSZp.js +0 -1
|
@@ -718,41 +718,56 @@ export declare const TokenTransferRequestOpenAPI: z.ZodObject<{
|
|
|
718
718
|
type: z.ZodLiteral<"TOKEN_TRANSFER">;
|
|
719
719
|
to: z.ZodString;
|
|
720
720
|
amount: z.ZodString;
|
|
721
|
-
token: z.ZodObject<{
|
|
721
|
+
token: z.ZodEffects<z.ZodObject<{
|
|
722
722
|
address: z.ZodString;
|
|
723
723
|
decimals: z.ZodNumber;
|
|
724
724
|
symbol: z.ZodString;
|
|
725
|
+
assetId: z.ZodOptional<z.ZodString>;
|
|
725
726
|
}, "strip", z.ZodTypeAny, {
|
|
726
727
|
symbol: string;
|
|
727
728
|
address: string;
|
|
728
729
|
decimals: number;
|
|
730
|
+
assetId?: string | undefined;
|
|
729
731
|
}, {
|
|
730
732
|
symbol: string;
|
|
731
733
|
address: string;
|
|
732
734
|
decimals: number;
|
|
735
|
+
assetId?: string | undefined;
|
|
736
|
+
}>, {
|
|
737
|
+
symbol: string;
|
|
738
|
+
address: string;
|
|
739
|
+
decimals: number;
|
|
740
|
+
assetId?: string | undefined;
|
|
741
|
+
}, {
|
|
742
|
+
symbol: string;
|
|
743
|
+
address: string;
|
|
744
|
+
decimals: number;
|
|
745
|
+
assetId?: string | undefined;
|
|
733
746
|
}>;
|
|
734
747
|
memo: z.ZodOptional<z.ZodString>;
|
|
735
748
|
network: z.ZodOptional<z.ZodEnum<["mainnet", "devnet", "testnet", "ethereum-mainnet", "ethereum-sepolia", "polygon-mainnet", "polygon-amoy", "arbitrum-mainnet", "arbitrum-sepolia", "optimism-mainnet", "optimism-sepolia", "base-mainnet", "base-sepolia"]>>;
|
|
736
749
|
}, "strip", z.ZodTypeAny, {
|
|
737
750
|
type: "TOKEN_TRANSFER";
|
|
738
|
-
amount: string;
|
|
739
|
-
to: string;
|
|
740
751
|
token: {
|
|
741
752
|
symbol: string;
|
|
742
753
|
address: string;
|
|
743
754
|
decimals: number;
|
|
755
|
+
assetId?: string | undefined;
|
|
744
756
|
};
|
|
757
|
+
amount: string;
|
|
758
|
+
to: string;
|
|
745
759
|
network?: "mainnet" | "devnet" | "testnet" | "ethereum-mainnet" | "ethereum-sepolia" | "polygon-mainnet" | "polygon-amoy" | "arbitrum-mainnet" | "arbitrum-sepolia" | "optimism-mainnet" | "optimism-sepolia" | "base-mainnet" | "base-sepolia" | undefined;
|
|
746
760
|
memo?: string | undefined;
|
|
747
761
|
}, {
|
|
748
762
|
type: "TOKEN_TRANSFER";
|
|
749
|
-
amount: string;
|
|
750
|
-
to: string;
|
|
751
763
|
token: {
|
|
752
764
|
symbol: string;
|
|
753
765
|
address: string;
|
|
754
766
|
decimals: number;
|
|
767
|
+
assetId?: string | undefined;
|
|
755
768
|
};
|
|
769
|
+
amount: string;
|
|
770
|
+
to: string;
|
|
756
771
|
network?: "mainnet" | "devnet" | "testnet" | "ethereum-mainnet" | "ethereum-sepolia" | "polygon-mainnet" | "polygon-amoy" | "arbitrum-mainnet" | "arbitrum-sepolia" | "optimism-mainnet" | "optimism-sepolia" | "base-mainnet" | "base-sepolia" | undefined;
|
|
757
772
|
memo?: string | undefined;
|
|
758
773
|
}>;
|
|
@@ -810,39 +825,54 @@ export declare const ContractCallRequestOpenAPI: z.ZodObject<{
|
|
|
810
825
|
export declare const ApproveRequestOpenAPI: z.ZodObject<{
|
|
811
826
|
type: z.ZodLiteral<"APPROVE">;
|
|
812
827
|
spender: z.ZodString;
|
|
813
|
-
token: z.ZodObject<{
|
|
828
|
+
token: z.ZodEffects<z.ZodObject<{
|
|
814
829
|
address: z.ZodString;
|
|
815
830
|
decimals: z.ZodNumber;
|
|
816
831
|
symbol: z.ZodString;
|
|
832
|
+
assetId: z.ZodOptional<z.ZodString>;
|
|
817
833
|
}, "strip", z.ZodTypeAny, {
|
|
818
834
|
symbol: string;
|
|
819
835
|
address: string;
|
|
820
836
|
decimals: number;
|
|
837
|
+
assetId?: string | undefined;
|
|
838
|
+
}, {
|
|
839
|
+
symbol: string;
|
|
840
|
+
address: string;
|
|
841
|
+
decimals: number;
|
|
842
|
+
assetId?: string | undefined;
|
|
843
|
+
}>, {
|
|
844
|
+
symbol: string;
|
|
845
|
+
address: string;
|
|
846
|
+
decimals: number;
|
|
847
|
+
assetId?: string | undefined;
|
|
821
848
|
}, {
|
|
822
849
|
symbol: string;
|
|
823
850
|
address: string;
|
|
824
851
|
decimals: number;
|
|
852
|
+
assetId?: string | undefined;
|
|
825
853
|
}>;
|
|
826
854
|
amount: z.ZodString;
|
|
827
855
|
network: z.ZodOptional<z.ZodEnum<["mainnet", "devnet", "testnet", "ethereum-mainnet", "ethereum-sepolia", "polygon-mainnet", "polygon-amoy", "arbitrum-mainnet", "arbitrum-sepolia", "optimism-mainnet", "optimism-sepolia", "base-mainnet", "base-sepolia"]>>;
|
|
828
856
|
}, "strip", z.ZodTypeAny, {
|
|
829
857
|
type: "APPROVE";
|
|
830
|
-
amount: string;
|
|
831
858
|
token: {
|
|
832
859
|
symbol: string;
|
|
833
860
|
address: string;
|
|
834
861
|
decimals: number;
|
|
862
|
+
assetId?: string | undefined;
|
|
835
863
|
};
|
|
864
|
+
amount: string;
|
|
836
865
|
spender: string;
|
|
837
866
|
network?: "mainnet" | "devnet" | "testnet" | "ethereum-mainnet" | "ethereum-sepolia" | "polygon-mainnet" | "polygon-amoy" | "arbitrum-mainnet" | "arbitrum-sepolia" | "optimism-mainnet" | "optimism-sepolia" | "base-mainnet" | "base-sepolia" | undefined;
|
|
838
867
|
}, {
|
|
839
868
|
type: "APPROVE";
|
|
840
|
-
amount: string;
|
|
841
869
|
token: {
|
|
842
870
|
symbol: string;
|
|
843
871
|
address: string;
|
|
844
872
|
decimals: number;
|
|
873
|
+
assetId?: string | undefined;
|
|
845
874
|
};
|
|
875
|
+
amount: string;
|
|
846
876
|
spender: string;
|
|
847
877
|
network?: "mainnet" | "devnet" | "testnet" | "ethereum-mainnet" | "ethereum-sepolia" | "polygon-mainnet" | "polygon-amoy" | "arbitrum-mainnet" | "arbitrum-sepolia" | "optimism-mainnet" | "optimism-sepolia" | "base-mainnet" | "base-sepolia" | undefined;
|
|
848
878
|
}>;
|
|
@@ -868,39 +898,54 @@ export declare const BatchRequestOpenAPI: z.ZodObject<{
|
|
|
868
898
|
type: z.ZodLiteral<"TOKEN_TRANSFER">;
|
|
869
899
|
to: z.ZodString;
|
|
870
900
|
amount: z.ZodString;
|
|
871
|
-
token: z.ZodObject<{
|
|
901
|
+
token: z.ZodEffects<z.ZodObject<{
|
|
872
902
|
address: z.ZodString;
|
|
873
903
|
decimals: z.ZodNumber;
|
|
874
904
|
symbol: z.ZodString;
|
|
905
|
+
assetId: z.ZodOptional<z.ZodString>;
|
|
875
906
|
}, "strip", z.ZodTypeAny, {
|
|
876
907
|
symbol: string;
|
|
877
908
|
address: string;
|
|
878
909
|
decimals: number;
|
|
910
|
+
assetId?: string | undefined;
|
|
911
|
+
}, {
|
|
912
|
+
symbol: string;
|
|
913
|
+
address: string;
|
|
914
|
+
decimals: number;
|
|
915
|
+
assetId?: string | undefined;
|
|
916
|
+
}>, {
|
|
917
|
+
symbol: string;
|
|
918
|
+
address: string;
|
|
919
|
+
decimals: number;
|
|
920
|
+
assetId?: string | undefined;
|
|
879
921
|
}, {
|
|
880
922
|
symbol: string;
|
|
881
923
|
address: string;
|
|
882
924
|
decimals: number;
|
|
925
|
+
assetId?: string | undefined;
|
|
883
926
|
}>;
|
|
884
927
|
memo: z.ZodOptional<z.ZodString>;
|
|
885
928
|
network: z.ZodOptional<z.ZodEnum<["mainnet", "devnet", "testnet", "ethereum-mainnet", "ethereum-sepolia", "polygon-mainnet", "polygon-amoy", "arbitrum-mainnet", "arbitrum-sepolia", "optimism-mainnet", "optimism-sepolia", "base-mainnet", "base-sepolia"]>>;
|
|
886
929
|
}, "type">, "strip", z.ZodTypeAny, {
|
|
887
|
-
amount: string;
|
|
888
|
-
to: string;
|
|
889
930
|
token: {
|
|
890
931
|
symbol: string;
|
|
891
932
|
address: string;
|
|
892
933
|
decimals: number;
|
|
934
|
+
assetId?: string | undefined;
|
|
893
935
|
};
|
|
936
|
+
amount: string;
|
|
937
|
+
to: string;
|
|
894
938
|
network?: "mainnet" | "devnet" | "testnet" | "ethereum-mainnet" | "ethereum-sepolia" | "polygon-mainnet" | "polygon-amoy" | "arbitrum-mainnet" | "arbitrum-sepolia" | "optimism-mainnet" | "optimism-sepolia" | "base-mainnet" | "base-sepolia" | undefined;
|
|
895
939
|
memo?: string | undefined;
|
|
896
940
|
}, {
|
|
897
|
-
amount: string;
|
|
898
|
-
to: string;
|
|
899
941
|
token: {
|
|
900
942
|
symbol: string;
|
|
901
943
|
address: string;
|
|
902
944
|
decimals: number;
|
|
945
|
+
assetId?: string | undefined;
|
|
903
946
|
};
|
|
947
|
+
amount: string;
|
|
948
|
+
to: string;
|
|
904
949
|
network?: "mainnet" | "devnet" | "testnet" | "ethereum-mainnet" | "ethereum-sepolia" | "polygon-mainnet" | "polygon-amoy" | "arbitrum-mainnet" | "arbitrum-sepolia" | "optimism-mainnet" | "optimism-sepolia" | "base-mainnet" | "base-sepolia" | undefined;
|
|
905
950
|
memo?: string | undefined;
|
|
906
951
|
}>, z.ZodObject<Omit<{
|
|
@@ -954,37 +999,52 @@ export declare const BatchRequestOpenAPI: z.ZodObject<{
|
|
|
954
999
|
}>, z.ZodObject<Omit<{
|
|
955
1000
|
type: z.ZodLiteral<"APPROVE">;
|
|
956
1001
|
spender: z.ZodString;
|
|
957
|
-
token: z.ZodObject<{
|
|
1002
|
+
token: z.ZodEffects<z.ZodObject<{
|
|
958
1003
|
address: z.ZodString;
|
|
959
1004
|
decimals: z.ZodNumber;
|
|
960
1005
|
symbol: z.ZodString;
|
|
1006
|
+
assetId: z.ZodOptional<z.ZodString>;
|
|
961
1007
|
}, "strip", z.ZodTypeAny, {
|
|
962
1008
|
symbol: string;
|
|
963
1009
|
address: string;
|
|
964
1010
|
decimals: number;
|
|
1011
|
+
assetId?: string | undefined;
|
|
1012
|
+
}, {
|
|
1013
|
+
symbol: string;
|
|
1014
|
+
address: string;
|
|
1015
|
+
decimals: number;
|
|
1016
|
+
assetId?: string | undefined;
|
|
1017
|
+
}>, {
|
|
1018
|
+
symbol: string;
|
|
1019
|
+
address: string;
|
|
1020
|
+
decimals: number;
|
|
1021
|
+
assetId?: string | undefined;
|
|
965
1022
|
}, {
|
|
966
1023
|
symbol: string;
|
|
967
1024
|
address: string;
|
|
968
1025
|
decimals: number;
|
|
1026
|
+
assetId?: string | undefined;
|
|
969
1027
|
}>;
|
|
970
1028
|
amount: z.ZodString;
|
|
971
1029
|
network: z.ZodOptional<z.ZodEnum<["mainnet", "devnet", "testnet", "ethereum-mainnet", "ethereum-sepolia", "polygon-mainnet", "polygon-amoy", "arbitrum-mainnet", "arbitrum-sepolia", "optimism-mainnet", "optimism-sepolia", "base-mainnet", "base-sepolia"]>>;
|
|
972
1030
|
}, "type">, "strip", z.ZodTypeAny, {
|
|
973
|
-
amount: string;
|
|
974
1031
|
token: {
|
|
975
1032
|
symbol: string;
|
|
976
1033
|
address: string;
|
|
977
1034
|
decimals: number;
|
|
1035
|
+
assetId?: string | undefined;
|
|
978
1036
|
};
|
|
1037
|
+
amount: string;
|
|
979
1038
|
spender: string;
|
|
980
1039
|
network?: "mainnet" | "devnet" | "testnet" | "ethereum-mainnet" | "ethereum-sepolia" | "polygon-mainnet" | "polygon-amoy" | "arbitrum-mainnet" | "arbitrum-sepolia" | "optimism-mainnet" | "optimism-sepolia" | "base-mainnet" | "base-sepolia" | undefined;
|
|
981
1040
|
}, {
|
|
982
|
-
amount: string;
|
|
983
1041
|
token: {
|
|
984
1042
|
symbol: string;
|
|
985
1043
|
address: string;
|
|
986
1044
|
decimals: number;
|
|
1045
|
+
assetId?: string | undefined;
|
|
987
1046
|
};
|
|
1047
|
+
amount: string;
|
|
988
1048
|
spender: string;
|
|
989
1049
|
network?: "mainnet" | "devnet" | "testnet" | "ethereum-mainnet" | "ethereum-sepolia" | "polygon-mainnet" | "polygon-amoy" | "arbitrum-mainnet" | "arbitrum-sepolia" | "optimism-mainnet" | "optimism-sepolia" | "base-mainnet" | "base-sepolia" | undefined;
|
|
990
1050
|
}>]>, "many">;
|
|
@@ -997,13 +1057,14 @@ export declare const BatchRequestOpenAPI: z.ZodObject<{
|
|
|
997
1057
|
network?: "mainnet" | "devnet" | "testnet" | "ethereum-mainnet" | "ethereum-sepolia" | "polygon-mainnet" | "polygon-amoy" | "arbitrum-mainnet" | "arbitrum-sepolia" | "optimism-mainnet" | "optimism-sepolia" | "base-mainnet" | "base-sepolia" | undefined;
|
|
998
1058
|
memo?: string | undefined;
|
|
999
1059
|
} | {
|
|
1000
|
-
amount: string;
|
|
1001
|
-
to: string;
|
|
1002
1060
|
token: {
|
|
1003
1061
|
symbol: string;
|
|
1004
1062
|
address: string;
|
|
1005
1063
|
decimals: number;
|
|
1064
|
+
assetId?: string | undefined;
|
|
1006
1065
|
};
|
|
1066
|
+
amount: string;
|
|
1067
|
+
to: string;
|
|
1007
1068
|
network?: "mainnet" | "devnet" | "testnet" | "ethereum-mainnet" | "ethereum-sepolia" | "polygon-mainnet" | "polygon-amoy" | "arbitrum-mainnet" | "arbitrum-sepolia" | "optimism-mainnet" | "optimism-sepolia" | "base-mainnet" | "base-sepolia" | undefined;
|
|
1008
1069
|
memo?: string | undefined;
|
|
1009
1070
|
} | {
|
|
@@ -1020,12 +1081,13 @@ export declare const BatchRequestOpenAPI: z.ZodObject<{
|
|
|
1020
1081
|
isWritable: boolean;
|
|
1021
1082
|
}[] | undefined;
|
|
1022
1083
|
} | {
|
|
1023
|
-
amount: string;
|
|
1024
1084
|
token: {
|
|
1025
1085
|
symbol: string;
|
|
1026
1086
|
address: string;
|
|
1027
1087
|
decimals: number;
|
|
1088
|
+
assetId?: string | undefined;
|
|
1028
1089
|
};
|
|
1090
|
+
amount: string;
|
|
1029
1091
|
spender: string;
|
|
1030
1092
|
network?: "mainnet" | "devnet" | "testnet" | "ethereum-mainnet" | "ethereum-sepolia" | "polygon-mainnet" | "polygon-amoy" | "arbitrum-mainnet" | "arbitrum-sepolia" | "optimism-mainnet" | "optimism-sepolia" | "base-mainnet" | "base-sepolia" | undefined;
|
|
1031
1093
|
})[];
|
|
@@ -1038,13 +1100,14 @@ export declare const BatchRequestOpenAPI: z.ZodObject<{
|
|
|
1038
1100
|
network?: "mainnet" | "devnet" | "testnet" | "ethereum-mainnet" | "ethereum-sepolia" | "polygon-mainnet" | "polygon-amoy" | "arbitrum-mainnet" | "arbitrum-sepolia" | "optimism-mainnet" | "optimism-sepolia" | "base-mainnet" | "base-sepolia" | undefined;
|
|
1039
1101
|
memo?: string | undefined;
|
|
1040
1102
|
} | {
|
|
1041
|
-
amount: string;
|
|
1042
|
-
to: string;
|
|
1043
1103
|
token: {
|
|
1044
1104
|
symbol: string;
|
|
1045
1105
|
address: string;
|
|
1046
1106
|
decimals: number;
|
|
1107
|
+
assetId?: string | undefined;
|
|
1047
1108
|
};
|
|
1109
|
+
amount: string;
|
|
1110
|
+
to: string;
|
|
1048
1111
|
network?: "mainnet" | "devnet" | "testnet" | "ethereum-mainnet" | "ethereum-sepolia" | "polygon-mainnet" | "polygon-amoy" | "arbitrum-mainnet" | "arbitrum-sepolia" | "optimism-mainnet" | "optimism-sepolia" | "base-mainnet" | "base-sepolia" | undefined;
|
|
1049
1112
|
memo?: string | undefined;
|
|
1050
1113
|
} | {
|
|
@@ -1061,12 +1124,13 @@ export declare const BatchRequestOpenAPI: z.ZodObject<{
|
|
|
1061
1124
|
isWritable: boolean;
|
|
1062
1125
|
}[] | undefined;
|
|
1063
1126
|
} | {
|
|
1064
|
-
amount: string;
|
|
1065
1127
|
token: {
|
|
1066
1128
|
symbol: string;
|
|
1067
1129
|
address: string;
|
|
1068
1130
|
decimals: number;
|
|
1131
|
+
assetId?: string | undefined;
|
|
1069
1132
|
};
|
|
1133
|
+
amount: string;
|
|
1070
1134
|
spender: string;
|
|
1071
1135
|
network?: "mainnet" | "devnet" | "testnet" | "ethereum-mainnet" | "ethereum-sepolia" | "polygon-mainnet" | "polygon-amoy" | "arbitrum-mainnet" | "arbitrum-sepolia" | "optimism-mainnet" | "optimism-sepolia" | "base-mainnet" | "base-sepolia" | undefined;
|
|
1072
1136
|
})[];
|
|
@@ -1407,6 +1471,8 @@ export declare const WalletDetailResponseSchema: z.ZodObject<{
|
|
|
1407
1471
|
ownerVerified: z.ZodNullable<z.ZodBoolean>;
|
|
1408
1472
|
ownerState: z.ZodEnum<["NONE", "GRACE", "LOCKED"]>;
|
|
1409
1473
|
approvalMethod: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1474
|
+
suspendedAt: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1475
|
+
suspensionReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1410
1476
|
createdAt: z.ZodNumber;
|
|
1411
1477
|
updatedAt: z.ZodNullable<z.ZodNumber>;
|
|
1412
1478
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1423,6 +1489,8 @@ export declare const WalletDetailResponseSchema: z.ZodObject<{
|
|
|
1423
1489
|
network: string;
|
|
1424
1490
|
ownerState: "LOCKED" | "NONE" | "GRACE";
|
|
1425
1491
|
defaultNetwork?: string | null | undefined;
|
|
1492
|
+
suspendedAt?: number | null | undefined;
|
|
1493
|
+
suspensionReason?: string | null | undefined;
|
|
1426
1494
|
approvalMethod?: string | null | undefined;
|
|
1427
1495
|
}, {
|
|
1428
1496
|
id: string;
|
|
@@ -1438,6 +1506,8 @@ export declare const WalletDetailResponseSchema: z.ZodObject<{
|
|
|
1438
1506
|
network: string;
|
|
1439
1507
|
ownerState: "LOCKED" | "NONE" | "GRACE";
|
|
1440
1508
|
defaultNetwork?: string | null | undefined;
|
|
1509
|
+
suspendedAt?: number | null | undefined;
|
|
1510
|
+
suspensionReason?: string | null | undefined;
|
|
1441
1511
|
approvalMethod?: string | null | undefined;
|
|
1442
1512
|
}>;
|
|
1443
1513
|
export declare const UpdateDefaultNetworkRequestSchema: z.ZodObject<{
|
|
@@ -1521,6 +1591,39 @@ export declare const WalletDeleteResponseSchema: z.ZodObject<{
|
|
|
1521
1591
|
id: string;
|
|
1522
1592
|
status: "TERMINATED";
|
|
1523
1593
|
}>;
|
|
1594
|
+
export declare const WalletSuspendRequestSchema: z.ZodObject<{
|
|
1595
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
1596
|
+
}, "strip", z.ZodTypeAny, {
|
|
1597
|
+
reason?: string | undefined;
|
|
1598
|
+
}, {
|
|
1599
|
+
reason?: string | undefined;
|
|
1600
|
+
}>;
|
|
1601
|
+
export declare const WalletSuspendResponseSchema: z.ZodObject<{
|
|
1602
|
+
id: z.ZodString;
|
|
1603
|
+
status: z.ZodLiteral<"SUSPENDED">;
|
|
1604
|
+
suspendedAt: z.ZodNumber;
|
|
1605
|
+
suspensionReason: z.ZodString;
|
|
1606
|
+
}, "strip", z.ZodTypeAny, {
|
|
1607
|
+
id: string;
|
|
1608
|
+
status: "SUSPENDED";
|
|
1609
|
+
suspendedAt: number;
|
|
1610
|
+
suspensionReason: string;
|
|
1611
|
+
}, {
|
|
1612
|
+
id: string;
|
|
1613
|
+
status: "SUSPENDED";
|
|
1614
|
+
suspendedAt: number;
|
|
1615
|
+
suspensionReason: string;
|
|
1616
|
+
}>;
|
|
1617
|
+
export declare const WalletResumeResponseSchema: z.ZodObject<{
|
|
1618
|
+
id: z.ZodString;
|
|
1619
|
+
status: z.ZodLiteral<"ACTIVE">;
|
|
1620
|
+
}, "strip", z.ZodTypeAny, {
|
|
1621
|
+
id: string;
|
|
1622
|
+
status: "ACTIVE";
|
|
1623
|
+
}, {
|
|
1624
|
+
id: string;
|
|
1625
|
+
status: "ACTIVE";
|
|
1626
|
+
}>;
|
|
1524
1627
|
export declare const AdminStatusResponseSchema: z.ZodObject<{
|
|
1525
1628
|
status: z.ZodString;
|
|
1526
1629
|
version: z.ZodString;
|
|
@@ -1912,18 +2015,21 @@ export declare const TokenRegistryItemSchema: z.ZodObject<{
|
|
|
1912
2015
|
name: z.ZodString;
|
|
1913
2016
|
decimals: z.ZodNumber;
|
|
1914
2017
|
source: z.ZodEnum<["builtin", "custom"]>;
|
|
2018
|
+
assetId: z.ZodNullable<z.ZodString>;
|
|
1915
2019
|
}, "strip", z.ZodTypeAny, {
|
|
1916
2020
|
symbol: string;
|
|
1917
2021
|
name: string;
|
|
1918
2022
|
source: "custom" | "builtin";
|
|
1919
2023
|
address: string;
|
|
1920
2024
|
decimals: number;
|
|
2025
|
+
assetId: string | null;
|
|
1921
2026
|
}, {
|
|
1922
2027
|
symbol: string;
|
|
1923
2028
|
name: string;
|
|
1924
2029
|
source: "custom" | "builtin";
|
|
1925
2030
|
address: string;
|
|
1926
2031
|
decimals: number;
|
|
2032
|
+
assetId: string | null;
|
|
1927
2033
|
}>;
|
|
1928
2034
|
export declare const TokenRegistryListResponseSchema: z.ZodObject<{
|
|
1929
2035
|
network: z.ZodString;
|
|
@@ -1933,18 +2039,21 @@ export declare const TokenRegistryListResponseSchema: z.ZodObject<{
|
|
|
1933
2039
|
name: z.ZodString;
|
|
1934
2040
|
decimals: z.ZodNumber;
|
|
1935
2041
|
source: z.ZodEnum<["builtin", "custom"]>;
|
|
2042
|
+
assetId: z.ZodNullable<z.ZodString>;
|
|
1936
2043
|
}, "strip", z.ZodTypeAny, {
|
|
1937
2044
|
symbol: string;
|
|
1938
2045
|
name: string;
|
|
1939
2046
|
source: "custom" | "builtin";
|
|
1940
2047
|
address: string;
|
|
1941
2048
|
decimals: number;
|
|
2049
|
+
assetId: string | null;
|
|
1942
2050
|
}, {
|
|
1943
2051
|
symbol: string;
|
|
1944
2052
|
name: string;
|
|
1945
2053
|
source: "custom" | "builtin";
|
|
1946
2054
|
address: string;
|
|
1947
2055
|
decimals: number;
|
|
2056
|
+
assetId: string | null;
|
|
1948
2057
|
}>, "many">;
|
|
1949
2058
|
}, "strip", z.ZodTypeAny, {
|
|
1950
2059
|
network: string;
|
|
@@ -1954,6 +2063,7 @@ export declare const TokenRegistryListResponseSchema: z.ZodObject<{
|
|
|
1954
2063
|
source: "custom" | "builtin";
|
|
1955
2064
|
address: string;
|
|
1956
2065
|
decimals: number;
|
|
2066
|
+
assetId: string | null;
|
|
1957
2067
|
}[];
|
|
1958
2068
|
}, {
|
|
1959
2069
|
network: string;
|
|
@@ -1963,6 +2073,7 @@ export declare const TokenRegistryListResponseSchema: z.ZodObject<{
|
|
|
1963
2073
|
source: "custom" | "builtin";
|
|
1964
2074
|
address: string;
|
|
1965
2075
|
decimals: number;
|
|
2076
|
+
assetId: string | null;
|
|
1966
2077
|
}[];
|
|
1967
2078
|
}>;
|
|
1968
2079
|
export declare const AddTokenRequestSchema: z.ZodObject<{
|
|
@@ -2172,14 +2283,14 @@ export declare const TestRpcResponseSchema: z.ZodObject<{
|
|
|
2172
2283
|
success: boolean;
|
|
2173
2284
|
error?: string | undefined;
|
|
2174
2285
|
chainId?: string | undefined;
|
|
2175
|
-
latencyMs?: number | undefined;
|
|
2176
2286
|
blockNumber?: number | undefined;
|
|
2287
|
+
latencyMs?: number | undefined;
|
|
2177
2288
|
}, {
|
|
2178
2289
|
success: boolean;
|
|
2179
2290
|
error?: string | undefined;
|
|
2180
2291
|
chainId?: string | undefined;
|
|
2181
|
-
latencyMs?: number | undefined;
|
|
2182
2292
|
blockNumber?: number | undefined;
|
|
2293
|
+
latencyMs?: number | undefined;
|
|
2183
2294
|
}>;
|
|
2184
2295
|
export declare const McpTokenCreateRequestSchema: z.ZodObject<{
|
|
2185
2296
|
walletId: z.ZodString;
|
|
@@ -2707,4 +2818,206 @@ export declare const ConnectInfoResponseSchema: z.ZodObject<{
|
|
|
2707
2818
|
prompt: string;
|
|
2708
2819
|
capabilities: string[];
|
|
2709
2820
|
}>;
|
|
2821
|
+
export declare const IncomingTxItemSchema: z.ZodObject<{
|
|
2822
|
+
id: z.ZodString;
|
|
2823
|
+
txHash: z.ZodString;
|
|
2824
|
+
walletId: z.ZodString;
|
|
2825
|
+
fromAddress: z.ZodString;
|
|
2826
|
+
amount: z.ZodString;
|
|
2827
|
+
tokenAddress: z.ZodNullable<z.ZodString>;
|
|
2828
|
+
chain: z.ZodString;
|
|
2829
|
+
network: z.ZodString;
|
|
2830
|
+
status: z.ZodString;
|
|
2831
|
+
blockNumber: z.ZodNullable<z.ZodNumber>;
|
|
2832
|
+
detectedAt: z.ZodNumber;
|
|
2833
|
+
confirmedAt: z.ZodNullable<z.ZodNumber>;
|
|
2834
|
+
suspicious: z.ZodBoolean;
|
|
2835
|
+
}, "strip", z.ZodTypeAny, {
|
|
2836
|
+
id: string;
|
|
2837
|
+
chain: string;
|
|
2838
|
+
status: string;
|
|
2839
|
+
walletId: string;
|
|
2840
|
+
txHash: string;
|
|
2841
|
+
amount: string;
|
|
2842
|
+
network: string;
|
|
2843
|
+
fromAddress: string;
|
|
2844
|
+
tokenAddress: string | null;
|
|
2845
|
+
blockNumber: number | null;
|
|
2846
|
+
detectedAt: number;
|
|
2847
|
+
confirmedAt: number | null;
|
|
2848
|
+
suspicious: boolean;
|
|
2849
|
+
}, {
|
|
2850
|
+
id: string;
|
|
2851
|
+
chain: string;
|
|
2852
|
+
status: string;
|
|
2853
|
+
walletId: string;
|
|
2854
|
+
txHash: string;
|
|
2855
|
+
amount: string;
|
|
2856
|
+
network: string;
|
|
2857
|
+
fromAddress: string;
|
|
2858
|
+
tokenAddress: string | null;
|
|
2859
|
+
blockNumber: number | null;
|
|
2860
|
+
detectedAt: number;
|
|
2861
|
+
confirmedAt: number | null;
|
|
2862
|
+
suspicious: boolean;
|
|
2863
|
+
}>;
|
|
2864
|
+
export declare const IncomingTxListResponseSchema: z.ZodObject<{
|
|
2865
|
+
data: z.ZodArray<z.ZodObject<{
|
|
2866
|
+
id: z.ZodString;
|
|
2867
|
+
txHash: z.ZodString;
|
|
2868
|
+
walletId: z.ZodString;
|
|
2869
|
+
fromAddress: z.ZodString;
|
|
2870
|
+
amount: z.ZodString;
|
|
2871
|
+
tokenAddress: z.ZodNullable<z.ZodString>;
|
|
2872
|
+
chain: z.ZodString;
|
|
2873
|
+
network: z.ZodString;
|
|
2874
|
+
status: z.ZodString;
|
|
2875
|
+
blockNumber: z.ZodNullable<z.ZodNumber>;
|
|
2876
|
+
detectedAt: z.ZodNumber;
|
|
2877
|
+
confirmedAt: z.ZodNullable<z.ZodNumber>;
|
|
2878
|
+
suspicious: z.ZodBoolean;
|
|
2879
|
+
}, "strip", z.ZodTypeAny, {
|
|
2880
|
+
id: string;
|
|
2881
|
+
chain: string;
|
|
2882
|
+
status: string;
|
|
2883
|
+
walletId: string;
|
|
2884
|
+
txHash: string;
|
|
2885
|
+
amount: string;
|
|
2886
|
+
network: string;
|
|
2887
|
+
fromAddress: string;
|
|
2888
|
+
tokenAddress: string | null;
|
|
2889
|
+
blockNumber: number | null;
|
|
2890
|
+
detectedAt: number;
|
|
2891
|
+
confirmedAt: number | null;
|
|
2892
|
+
suspicious: boolean;
|
|
2893
|
+
}, {
|
|
2894
|
+
id: string;
|
|
2895
|
+
chain: string;
|
|
2896
|
+
status: string;
|
|
2897
|
+
walletId: string;
|
|
2898
|
+
txHash: string;
|
|
2899
|
+
amount: string;
|
|
2900
|
+
network: string;
|
|
2901
|
+
fromAddress: string;
|
|
2902
|
+
tokenAddress: string | null;
|
|
2903
|
+
blockNumber: number | null;
|
|
2904
|
+
detectedAt: number;
|
|
2905
|
+
confirmedAt: number | null;
|
|
2906
|
+
suspicious: boolean;
|
|
2907
|
+
}>, "many">;
|
|
2908
|
+
nextCursor: z.ZodNullable<z.ZodString>;
|
|
2909
|
+
hasMore: z.ZodBoolean;
|
|
2910
|
+
}, "strip", z.ZodTypeAny, {
|
|
2911
|
+
data: {
|
|
2912
|
+
id: string;
|
|
2913
|
+
chain: string;
|
|
2914
|
+
status: string;
|
|
2915
|
+
walletId: string;
|
|
2916
|
+
txHash: string;
|
|
2917
|
+
amount: string;
|
|
2918
|
+
network: string;
|
|
2919
|
+
fromAddress: string;
|
|
2920
|
+
tokenAddress: string | null;
|
|
2921
|
+
blockNumber: number | null;
|
|
2922
|
+
detectedAt: number;
|
|
2923
|
+
confirmedAt: number | null;
|
|
2924
|
+
suspicious: boolean;
|
|
2925
|
+
}[];
|
|
2926
|
+
hasMore: boolean;
|
|
2927
|
+
nextCursor: string | null;
|
|
2928
|
+
}, {
|
|
2929
|
+
data: {
|
|
2930
|
+
id: string;
|
|
2931
|
+
chain: string;
|
|
2932
|
+
status: string;
|
|
2933
|
+
walletId: string;
|
|
2934
|
+
txHash: string;
|
|
2935
|
+
amount: string;
|
|
2936
|
+
network: string;
|
|
2937
|
+
fromAddress: string;
|
|
2938
|
+
tokenAddress: string | null;
|
|
2939
|
+
blockNumber: number | null;
|
|
2940
|
+
detectedAt: number;
|
|
2941
|
+
confirmedAt: number | null;
|
|
2942
|
+
suspicious: boolean;
|
|
2943
|
+
}[];
|
|
2944
|
+
hasMore: boolean;
|
|
2945
|
+
nextCursor: string | null;
|
|
2946
|
+
}>;
|
|
2947
|
+
export declare const IncomingTxSummaryEntrySchema: z.ZodObject<{
|
|
2948
|
+
date: z.ZodString;
|
|
2949
|
+
totalCount: z.ZodNumber;
|
|
2950
|
+
totalAmountNative: z.ZodString;
|
|
2951
|
+
totalAmountUsd: z.ZodNullable<z.ZodNumber>;
|
|
2952
|
+
suspiciousCount: z.ZodNumber;
|
|
2953
|
+
}, "strip", z.ZodTypeAny, {
|
|
2954
|
+
date: string;
|
|
2955
|
+
totalCount: number;
|
|
2956
|
+
totalAmountNative: string;
|
|
2957
|
+
totalAmountUsd: number | null;
|
|
2958
|
+
suspiciousCount: number;
|
|
2959
|
+
}, {
|
|
2960
|
+
date: string;
|
|
2961
|
+
totalCount: number;
|
|
2962
|
+
totalAmountNative: string;
|
|
2963
|
+
totalAmountUsd: number | null;
|
|
2964
|
+
suspiciousCount: number;
|
|
2965
|
+
}>;
|
|
2966
|
+
export declare const IncomingTxSummaryResponseSchema: z.ZodObject<{
|
|
2967
|
+
period: z.ZodString;
|
|
2968
|
+
entries: z.ZodArray<z.ZodObject<{
|
|
2969
|
+
date: z.ZodString;
|
|
2970
|
+
totalCount: z.ZodNumber;
|
|
2971
|
+
totalAmountNative: z.ZodString;
|
|
2972
|
+
totalAmountUsd: z.ZodNullable<z.ZodNumber>;
|
|
2973
|
+
suspiciousCount: z.ZodNumber;
|
|
2974
|
+
}, "strip", z.ZodTypeAny, {
|
|
2975
|
+
date: string;
|
|
2976
|
+
totalCount: number;
|
|
2977
|
+
totalAmountNative: string;
|
|
2978
|
+
totalAmountUsd: number | null;
|
|
2979
|
+
suspiciousCount: number;
|
|
2980
|
+
}, {
|
|
2981
|
+
date: string;
|
|
2982
|
+
totalCount: number;
|
|
2983
|
+
totalAmountNative: string;
|
|
2984
|
+
totalAmountUsd: number | null;
|
|
2985
|
+
suspiciousCount: number;
|
|
2986
|
+
}>, "many">;
|
|
2987
|
+
}, "strip", z.ZodTypeAny, {
|
|
2988
|
+
entries: {
|
|
2989
|
+
date: string;
|
|
2990
|
+
totalCount: number;
|
|
2991
|
+
totalAmountNative: string;
|
|
2992
|
+
totalAmountUsd: number | null;
|
|
2993
|
+
suspiciousCount: number;
|
|
2994
|
+
}[];
|
|
2995
|
+
period: string;
|
|
2996
|
+
}, {
|
|
2997
|
+
entries: {
|
|
2998
|
+
date: string;
|
|
2999
|
+
totalCount: number;
|
|
3000
|
+
totalAmountNative: string;
|
|
3001
|
+
totalAmountUsd: number | null;
|
|
3002
|
+
suspiciousCount: number;
|
|
3003
|
+
}[];
|
|
3004
|
+
period: string;
|
|
3005
|
+
}>;
|
|
3006
|
+
export declare const PatchWalletRequestSchema: z.ZodObject<{
|
|
3007
|
+
monitorIncoming: z.ZodOptional<z.ZodBoolean>;
|
|
3008
|
+
}, "strip", z.ZodTypeAny, {
|
|
3009
|
+
monitorIncoming?: boolean | undefined;
|
|
3010
|
+
}, {
|
|
3011
|
+
monitorIncoming?: boolean | undefined;
|
|
3012
|
+
}>;
|
|
3013
|
+
export declare const PatchWalletResponseSchema: z.ZodObject<{
|
|
3014
|
+
id: z.ZodString;
|
|
3015
|
+
monitorIncoming: z.ZodBoolean;
|
|
3016
|
+
}, "strip", z.ZodTypeAny, {
|
|
3017
|
+
id: string;
|
|
3018
|
+
monitorIncoming: boolean;
|
|
3019
|
+
}, {
|
|
3020
|
+
id: string;
|
|
3021
|
+
monitorIncoming: boolean;
|
|
3022
|
+
}>;
|
|
2710
3023
|
//# sourceMappingURL=openapi-schemas.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"openapi-schemas.d.ts","sourceRoot":"","sources":["../../../src/api/routes/openapi-schemas.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,mBAAmB,CAAC;AAgBtC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAM9C,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;EASL,CAAC;AAM5B,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;EAUL,CAAC;AAM7B,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAaL,CAAC;AAEjC,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQL,CAAC;AAEnC,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAcL,CAAC;AAElC,eAAO,MAAM,yBAAyB;;;;;;;;;;;;EAML,CAAC;AAMlC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;EAOL,CAAC;AAEpC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYL,CAAC;AAMpC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYL,CAAC;AAEpC,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBL,CAAC;AAM9B,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAKL,CAAC;AAE5B,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQL,CAAC;AAEhC,eAAO,MAAM,0BAA0B;;;;;;;;;EAGL,CAAC;AAEnC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;EAML,CAAC;AAEpC,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;EAOL,CAAC;AAMnC,eAAO,MAAM,oBAAoB;;;;;;;;;EAKL,CAAC;AAE7B,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiBL,CAAC;AAE/B,eAAO,MAAM,uBAAuB;;;;;;;;;;;;EAML,CAAC;AAEhC,eAAO,MAAM,sBAAsB;;;;;;;;;;;;EAML,CAAC;AAE/B,eAAO,MAAM,sBAAsB;;;;;;;;;EAKL,CAAC;AAM/B,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYL,CAAC;AAE7B,eAAO,MAAM,0BAA0B;;;;;;;;;EAKL,CAAC;AAMnC;;;;;;;GAOG;AACH,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,SAAS,EAAE,GACjB,MAAM,CAAC,MAAM,EAAE;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE;QAAE,kBAAkB,EAAE;YAAE,MAAM,EAAE,OAAO,mBAAmB,CAAA;SAAE,CAAA;KAAE,CAAA;CAAE,CAAC,CAyBlH;AAMD,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;EAA2D,CAAC;AACnG,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA6D,CAAC;AACtG,eAAO,MAAM,6BAA6B;;;;;;;;;;;;EAAiE,CAAC;AAC5G,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA2D,CAAC;AACnG,eAAO,MAAM,0BAA0B;;;;;;;;;;;;EAA2D,CAAC;AAMnG,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;EAAmD,CAAC;AACvF,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"openapi-schemas.d.ts","sourceRoot":"","sources":["../../../src/api/routes/openapi-schemas.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,mBAAmB,CAAC;AAgBtC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAM9C,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;EASL,CAAC;AAM5B,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;EAUL,CAAC;AAM7B,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAaL,CAAC;AAEjC,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQL,CAAC;AAEnC,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAcL,CAAC;AAElC,eAAO,MAAM,yBAAyB;;;;;;;;;;;;EAML,CAAC;AAMlC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;EAOL,CAAC;AAEpC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYL,CAAC;AAMpC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYL,CAAC;AAEpC,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBL,CAAC;AAM9B,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAKL,CAAC;AAE5B,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQL,CAAC;AAEhC,eAAO,MAAM,0BAA0B;;;;;;;;;EAGL,CAAC;AAEnC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;EAML,CAAC;AAEpC,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;EAOL,CAAC;AAMnC,eAAO,MAAM,oBAAoB;;;;;;;;;EAKL,CAAC;AAE7B,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiBL,CAAC;AAE/B,eAAO,MAAM,uBAAuB;;;;;;;;;;;;EAML,CAAC;AAEhC,eAAO,MAAM,sBAAsB;;;;;;;;;;;;EAML,CAAC;AAE/B,eAAO,MAAM,sBAAsB;;;;;;;;;EAKL,CAAC;AAM/B,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAYL,CAAC;AAE7B,eAAO,MAAM,0BAA0B;;;;;;;;;EAKL,CAAC;AAMnC;;;;;;;GAOG;AACH,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,SAAS,EAAE,GACjB,MAAM,CAAC,MAAM,EAAE;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE;QAAE,kBAAkB,EAAE;YAAE,MAAM,EAAE,OAAO,mBAAmB,CAAA;SAAE,CAAA;KAAE,CAAA;CAAE,CAAC,CAyBlH;AAMD,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;EAA2D,CAAC;AACnG,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA6D,CAAC;AACtG,eAAO,MAAM,6BAA6B;;;;;;;;;;;;EAAiE,CAAC;AAC5G,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA2D,CAAC;AACnG,eAAO,MAAM,0BAA0B;;;;;;;;;;;;EAA2D,CAAC;AAMnG,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;EAAmD,CAAC;AACvF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;eAtL9B,CAAC;;;;;eAKA,CAAC;;;;;eAEF,CAAC;;;;;eAGL,CAAC;;;;;;;;;;eAkBF,CAAC;;;;;;;;;;;;eAoBU,CAAC;;;;;;EAsIoF,CAAC;AACtG,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA2D,CAAC;AACnG,eAAO,MAAM,qBAAqB;;;;;;;;;;;;eA7B6B,CAAC;;;;;eAIrD,CAAC;;;;;eAQoB,CAAC;;;;;eAEX,CAAC;;;;;;;;;;eAK2E,CAAC;;;;;;;;;;;eAQvD,CAAC;;;;;EAEsC,CAAC;AACpF,eAAO,MAAM,mBAAmB;;;;;;;;;;;eAkB4B,CAAC;YAQ5D,CAAA;;;;eACgB,CAAC;YAIT,CAAC;;;;;;;;;;;;;;mBAcF,CAAC;;;;;mBAMD,CAAF;;;;;mBAIuB,CAAC;;;;;mBAKJ,CAAC;;;;;;;;;mBAgBb,CAAC;;;;eAIb,CAAA;YAMmB,CAAC;;;;;;mBAOc,CAAC;;;;eACa,CAAC;YAS3C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;aAgCF,CAAA;eACP,CAAA;gBASO,CAAA;WAAiC,CAAC;iBAG3B,CAAC;uBAEP,CAAC;gBACL,CAAC;;;;;;;aAO+B,CAAC;eAEF,CAAC;gBAKH,CAAC;WAElB,CAAC;iBACoB,CAAC;uBAEzB,CAAC;gBAEM,CAAC;;;;;;;;;;;;;;;;;mBAmBjB,CAAJ;;;;;mBAKU,CAAC;;;;;mBAMP,CAAC;;;;;mBAKoB,CAAC;;;;;;;;;mBAeC,CAAC;;;;eAGb,CAAC;;;;;;mBAYF,CAAC;;;;eAEgB,CAAC;;;;;;;;eAoBjB,CAAA;YAWV,CAAC;;;;;;mBAMF,CAAJ;;;;eAIa,CAAA;YASe,CAAC;;;aAGP,CAAC;eAEN,CAAC;gBAUG,CAAC;WACR,CAAC;iBACI,CAAC;uBAEI,CAAC;gBAEH,CAAC;;;;;;;;;;mBAWF,CAAC;;;;eAIQ,CAAC;;;;;;;;eAqBpB,CAAC;YAWN,CAAD;;;;;;mBAOmB,CAAC;;;;eAKrB,CAAH;YAUM,CAAA;;;aAEM,CAAC;eACV,CAAC;gBAQW,CAAC;WAAiC,CAAC;iBAEtB,CAAC;uBAER,CAAC;gBAEX,CAAC;;;;;;;;;;mBAUJ,CAAC;;;;eAII,CAAC;;;EA1Z8D,CAAC;AAE9E;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB,UAWpC,CAAC;AAMH;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,MAAM,EAAE;IAAE,OAAO,EAAE,OAAO,CAAC;IAAC,KAAK,CAAC,EAAE,OAAO,CAAA;CAAE,EAAE,EAAE,EAAE,OAAO,GAAG,IAAI,GAAG,QAAQ,CAOjH;AAMD,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBL,CAAC;AAMnC,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAML,CAAC;AAE7B,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIL,CAAC;AAMpC,eAAO,MAAM,mBAAmB;;;;;;;;;EAKL,CAAC;AAM5B,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIL,CAAC;AAEjC,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBL,CAAC;AAOnC,eAAO,MAAM,iCAAiC;;;;;;EAIL,CAAC;AAG1C,eAAO,MAAM,kCAAkC;;;;;;;;;;;;EAML,CAAC;AAG3C,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAaL,CAAC;AAOrC,eAAO,MAAM,qBAAqB;;;;;;;;;EAKL,CAAC;AAM9B,eAAO,MAAM,yBAAyB;;;;;;EAIL,CAAC;AAElC,eAAO,MAAM,0BAA0B;;;;;;;;;EAKL,CAAC;AAEnC,eAAO,MAAM,0BAA0B;;;;;;EAIL,CAAC;AAEnC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;EAOL,CAAC;AAEpC,eAAO,MAAM,0BAA0B;;;;;;;;;EAKL,CAAC;AAMnC,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6BL,CAAC;AAElC,eAAO,MAAM,wBAAwB;;;;;;;;;EAKL,CAAC;AAEjC,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;EAQL,CAAC;AAElC,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;EAOL,CAAC;AAErC,eAAO,MAAM,wBAAwB;;;;;;;;;;;;EAML,CAAC;AAEjC,eAAO,MAAM,gCAAgC;;;;;;;;;EAKL,CAAC;AAEzC,eAAO,MAAM,gCAAgC;;;;;;;;;EAKL,CAAC;AAEzC,eAAO,MAAM,qBAAqB;;;;;;;;;EAKL,CAAC;AAE9B,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;EAOL,CAAC;AAEvC,eAAO,MAAM,6BAA6B;;;;;;;;;EAKL,CAAC;AAEtC,eAAO,MAAM,sBAAsB;;;;;;EAIL,CAAC;AAE/B,eAAO,MAAM,0BAA0B;;;;;;;;;EAKL,CAAC;AAMnC,eAAO,MAAM,+BAA+B;;;;;;;;;EAKL,CAAC;AAExC,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;EAKL,CAAC;AAEzC,eAAO,MAAM,6BAA6B;;;;;;EAIL,CAAC;AAEtC,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;EAUL,CAAC;AAEvC,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWL,CAAC;AAEnC,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOL,CAAC;AAMtC,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;EASL,CAAC;AAEhC,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKL,CAAC;AAExC,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;EAQL,CAAC;AAE9B,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;EAOL,CAAC;AAE/B,eAAO,MAAM,wBAAwB;;;;;;;;;EAKL,CAAC;AAEjC,eAAO,MAAM,yBAAyB;;;;;;;;;;;;EAML,CAAC;AAMlC,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAcL,CAAC;AAE/B,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;EAWL,CAAC;AAEpC,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKL,CAAC;AAErC,eAAO,MAAM,oBAAoB;;;;;;;;;EAKL,CAAC;AAE7B,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;EAQL,CAAC;AAM9B,eAAO,MAAM,2BAA2B;;;;;;;;;EAKL,CAAC;AAEpC,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;EAQL,CAAC;AAMrC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;EAML,CAAC;AAEpC,eAAO,MAAM,4BAA4B;;;;;;;;;;;;EAML,CAAC;AAMrC,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAeL,CAAC;AAE5B,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmBL,CAAC;AAM7B,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwBL,CAAC;AAMnC,eAAO,MAAM,uBAAuB;;;;;;;;;;;;EAIL,CAAC;AAEhC,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;EASL,CAAC;AAEhC,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGL,CAAC;AAEtC,eAAO,MAAM,0BAA0B;;;;;;EAEL,CAAC;AAMnC,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWL,CAAC;AAM/B,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4BL,CAAC;AAMlC,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBL,CAAC;AAE7B,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAML,CAAC;AAErC,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;EAQL,CAAC;AAErC,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKL,CAAC;AAMxC,eAAO,MAAM,wBAAwB;;;;;;EAIL,CAAC;AAEjC,eAAO,MAAM,yBAAyB;;;;;;;;;EAKL,CAAC"}
|